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

Commit b5622dad authored by John Reck's avatar John Reck
Browse files

Remove checkThread() from findAddress

 Bug: 6811978
 This doesn't need checked thread safety - static util methods should
 be thread safe.

Change-Id: Ib652d74ced66e3fa332464106a38522cd941a4cd
parent bc11e52c
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);
    }