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

Commit efe1b240 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Bart Sears
Browse files

DO NOT MERGE: 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
(cherry picked from commit b212b9f2)

Cherry pick to klp-dev as part of Bug: 13246014
parent 4e1bf732
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -691,7 +691,6 @@ public class WebView extends AbsoluteLayout
     * @hide
     */
    public static void freeMemoryForTests() {
        checkThread();
        getFactory().getStatics().freeMemoryForTests();
    }