Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b93e278 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android Git Automerger
Browse files

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

* commit '36aa961d':
  Remove checkThread() from findAddress
parents 4a2efa1a 36aa961d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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);
    }
    }