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

Commit cf7b5521 authored by Andrei Popescu's avatar Andrei Popescu
Browse files

Remove the call to nativeAddJavascriptInterface() from...

Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash.
parent ccda4c49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -455,8 +455,6 @@ class BrowserFrame extends Handler {
            mJSInterfaceMap.remove(interfaceName);
        }
        mJSInterfaceMap.put(interfaceName, obj);
        nativeAddJavascriptInterface(0, mJSInterfaceMap.get(interfaceName),
                interfaceName);
    }

    /**