/** {@inheritDoc} */
 public void goBack() {
   if (this.webViewWindowPtr != 0) WindowsWebViewJNI.goBack(this.webViewWindowPtr);
 }