Skip to content

Commit a22000d

Browse files
gcondraAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE remove defunct javascript interface" into jb-dev
2 parents 137b8f4 + 8d19760 commit a22000d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/java/android/webkit/BrowserFrame.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ public BrowserFrame(Context context, WebViewCore w, CallbackProxy proxy,
245245
mWebViewCore = w;
246246

247247
mSearchBox = new SearchBoxImpl(mWebViewCore, mCallbackProxy);
248-
mJavaScriptObjects.put(SearchBoxImpl.JS_INTERFACE_NAME, mSearchBox);
249248

250249
AssetManager am = context.getAssets();
251250
nativeCreateFrame(w, am, proxy.getBackForwardList());
@@ -598,8 +597,6 @@ private void windowObjectCleared(int nativeFramePointer) {
598597
}
599598
}
600599
mRemovedJavaScriptObjects.clear();
601-
602-
stringByEvaluatingJavaScriptFromString(SearchBoxImpl.JS_BRIDGE);
603600
}
604601

605602
/**

0 commit comments

Comments
 (0)