Merge "Remove checkThread() from findAddress" into jb-mr1-dev

This commit is contained in:
Jonathan Dixon
2012-08-17 13:30:46 -07:00
committed by Android (Google) Code Review

View File

@@ -1403,7 +1403,6 @@ public class WebView extends AbsoluteLayout
* @return the address, or if no address is found, null
*/
public static String findAddress(String addr) {
checkThread();
return getFactory().getStatics().findAddress(addr);
}