Merge "Remove checkThread() in WebView.getFactory()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c19b549752
@@ -1865,9 +1865,6 @@ public class WebView extends AbsoluteLayout
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static synchronized WebViewFactoryProvider getFactory() {
|
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();
|
return WebViewFactory.getProvider();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user