Skip to content

Commit 9271fa6

Browse files
joth76Android (Google) Code Review
authored andcommitted
Merge "Remove checkThread() from findAddress" into jb-mr1-dev
2 parents d2ae85d + b5622da commit 9271fa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/webkit/WebView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ public boolean showFindDialog(String text, boolean showIme) {
14031403
* @return the address, or if no address is found, null
14041404
*/
14051405
public static String findAddress(String addr) {
1406-
checkThread();
14071406
return getFactory().getStatics().findAddress(addr);
14081407
}
14091408

0 commit comments

Comments
 (0)