Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c19b5497 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android (Google) Code Review
Browse files

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

parents 90a318aa a811c2f6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();
    }