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

Commit b212b9f2 authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Fix build after checkThread fix merge to master

Follow up to Change-Id: Ibc2496d5cef97b4685e001086f712fcaac231024 - this
method did not exist in klp-dev branch.

Change-Id: Ie64dd3b2357e0abefb4c7d3492f02d23d347f89f
parent 6717e1d8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -722,7 +722,6 @@ public class WebView extends AbsoluteLayout
     * @hide
     */
    public static void freeMemoryForTests() {
        checkThread();
        getFactory().getStatics().freeMemoryForTests();
    }