Loading core/java/android/webkit/WebView.java +5 −3 Original line number Diff line number Diff line Loading @@ -3666,10 +3666,12 @@ public class WebView extends AbsoluteLayout * @param interfaceName The name of the interface to remove. */ public void removeJavascriptInterface(String interfaceName) { if (mWebViewCore != null) { WebViewCore.JSInterfaceData arg = new WebViewCore.JSInterfaceData(); arg.mInterfaceName = interfaceName; mWebViewCore.sendMessage(EventHub.REMOVE_JS_INTERFACE, arg); } } /** * Return the WebSettings object used to control the settings for this Loading Loading
core/java/android/webkit/WebView.java +5 −3 Original line number Diff line number Diff line Loading @@ -3666,10 +3666,12 @@ public class WebView extends AbsoluteLayout * @param interfaceName The name of the interface to remove. */ public void removeJavascriptInterface(String interfaceName) { if (mWebViewCore != null) { WebViewCore.JSInterfaceData arg = new WebViewCore.JSInterfaceData(); arg.mInterfaceName = interfaceName; mWebViewCore.sendMessage(EventHub.REMOVE_JS_INTERFACE, arg); } } /** * Return the WebSettings object used to control the settings for this Loading