* commit 'bd4dbe73a962426651ed256b131176f2bdecc316': Part of fix for bug 8629392
This commit is contained in:
@@ -2149,7 +2149,8 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
|
||||
@Override
|
||||
public void destroy() {
|
||||
if (mWebView.getViewRootImpl() != null) {
|
||||
Log.e(LOGTAG, "Error: WebView.destroy() called while still attached!");
|
||||
Log.e(LOGTAG, Log.getStackTraceString(
|
||||
new Throwable("Error: WebView.destroy() called while still attached!")));
|
||||
}
|
||||
ensureFunctorDetached();
|
||||
destroyJava();
|
||||
|
||||
Reference in New Issue
Block a user