Loading core/java/android/webkit/WebView.java +0 −3 Original line number Diff line number Diff line Loading @@ -1865,9 +1865,6 @@ public class WebView extends AbsoluteLayout } private static synchronized WebViewFactoryProvider getFactory() { // For now the main purpose of this function (and the factory abstration) is to keep // us honest and minimize usage of WebViewClassic internals when binding the proxy. checkThread(); return WebViewFactory.getProvider(); } Loading Loading
core/java/android/webkit/WebView.java +0 −3 Original line number Diff line number Diff line Loading @@ -1865,9 +1865,6 @@ public class WebView extends AbsoluteLayout } private static synchronized WebViewFactoryProvider getFactory() { // For now the main purpose of this function (and the factory abstration) is to keep // us honest and minimize usage of WebViewClassic internals when binding the proxy. checkThread(); return WebViewFactory.getProvider(); } Loading