Merge "Remove checkThread() from findAddress" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9271fa6951
@@ -1403,7 +1403,6 @@ public class WebView extends AbsoluteLayout
|
|||||||
* @return the address, or if no address is found, null
|
* @return the address, or if no address is found, null
|
||||||
*/
|
*/
|
||||||
public static String findAddress(String addr) {
|
public static String findAddress(String addr) {
|
||||||
checkThread();
|
|
||||||
return getFactory().getStatics().findAddress(addr);
|
return getFactory().getStatics().findAddress(addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user