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

Commit 9271fa69 authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android (Google) Code Review
Browse files

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

parents d2ae85d4 b5622dad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
    }