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

Commit 18e87680 authored by Selim Gurun's avatar Selim Gurun Committed by Android (Google) Code Review
Browse files

Merge "remove defunct javascript interface" into jb-mr1-dev

parents 6d617c2d d773ca8f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -247,7 +247,6 @@ class BrowserFrame extends Handler {
        mWebViewCore = w;

        mSearchBox = new SearchBoxImpl(mWebViewCore, mCallbackProxy);
        mJavaScriptObjects.put(SearchBoxImpl.JS_INTERFACE_NAME, mSearchBox);

        AssetManager am = context.getAssets();
        nativeCreateFrame(w, am, proxy.getBackForwardList());
@@ -598,8 +597,6 @@ class BrowserFrame extends Handler {
            }
        }
        mRemovedJavaScriptObjects.clear();

        stringByEvaluatingJavaScriptFromString(SearchBoxImpl.JS_BRIDGE);
    }

    /**