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:
@@ -455,8 +455,6 @@ class BrowserFrame extends Handler {
|
||||
mJSInterfaceMap.remove(interfaceName);
|
||||
}
|
||||
mJSInterfaceMap.put(interfaceName, obj);
|
||||
nativeAddJavascriptInterface(0, mJSInterfaceMap.get(interfaceName),
|
||||
interfaceName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user