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 b212b9f2ba)

Cherry pick to klp-dev as part of Bug: 13246014
This commit is contained in:
Jonathan Dixon
2013-10-09 17:28:13 -07:00
committed by Bart Sears
parent 4e1bf73202
commit efe1b2402a

View File

@@ -691,7 +691,6 @@ public class WebView extends AbsoluteLayout
* @hide
*/
public static void freeMemoryForTests() {
checkThread();
getFactory().getStatics().freeMemoryForTests();
}