am 9271fa69: Merge "Remove checkThread() from findAddress" into jb-mr1-dev

* commit '9271fa6951a70fc837eeb7a18b22db5d098aecea':
  Remove checkThread() from findAddress
This commit is contained in:
Jonathan Dixon
2012-08-17 13:32:18 -07:00
committed by Android Git Automerger

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);
}