Skip to content

Commit b5622da

Browse files
committed
Remove checkThread() from findAddress
Bug: 6811978 This doesn't need checked thread safety - static util methods should be thread safe. Change-Id: Ib652d74ced66e3fa332464106a38522cd941a4cd
1 parent bc11e52 commit b5622da

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)