am cf7b5521: Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash.

Merge commit 'cf7b5521fc4a8f87033e3bf3626e8a2cf81fccfd' into eclair-plus-aosp

* commit 'cf7b5521fc4a8f87033e3bf3626e8a2cf81fccfd':
  Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash.
This commit is contained in:
Andrei Popescu
2009-09-09 10:16:18 -07:00
committed by Android Git Automerger

View File

@@ -455,8 +455,6 @@ class BrowserFrame extends Handler {
mJSInterfaceMap.remove(interfaceName);
}
mJSInterfaceMap.put(interfaceName, obj);
nativeAddJavascriptInterface(0, mJSInterfaceMap.get(interfaceName),
interfaceName);
}
/**