Merge "Remove checkThread() in WebView.getFactory()"

This commit is contained in:
Jonathan Dixon
2013-01-11 10:24:43 -08:00
committed by Android (Google) Code Review

View File

@@ -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();
}