From 1c461659158e85411f91076b0c81c5e5a72c2106 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Fri, 30 Aug 2013 17:28:59 -0700 Subject: Don't check thread access for HierarchyHandler methods We don't implement them anyway. I would like to remove the interface, but not sure if it is worth the trouble with all the branches. Fix for bug 10545918 Change-Id: Ica17857ab43f9d01640483efdbdfce7feffde9d1 (cherry picked from commit e31af40d99db027e63b70be18f83a481c6a7a967) --- chromium/java/com/android/webview/chromium/WebViewChromium.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'chromium/java/com/android/webview') diff --git a/chromium/java/com/android/webview/chromium/WebViewChromium.java b/chromium/java/com/android/webview/chromium/WebViewChromium.java index 5c77d22..ab1a8d0 100644 --- a/chromium/java/com/android/webview/chromium/WebViewChromium.java +++ b/chromium/java/com/android/webview/chromium/WebViewChromium.java @@ -832,13 +832,11 @@ class WebViewChromium implements WebViewProvider, @Override public void dumpViewHierarchyWithProperties(BufferedWriter out, int level) { - checkThread(); UnimplementedWebViewApi.invoke(); } @Override public View findHierarchyView(String className, int hashCode) { - checkThread(); UnimplementedWebViewApi.invoke(); return null; } -- cgit v1.2.3