Merge commit 'ea2aabf1b21f756f06b0b7535c80807d986683d8' * commit 'ea2aabf1b21f756f06b0b7535c80807d986683d8': Move destroying the web view to the WVC thread (previously it was on the UI thread)
This commit is contained in:
@@ -856,6 +856,7 @@ final class WebViewCore {
|
||||
mBrowserFrame = null;
|
||||
mSettings.onDestroyed();
|
||||
mNativeClass = 0;
|
||||
mWebView = null;
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -1406,7 +1407,6 @@ final class WebViewCore {
|
||||
Message.obtain(null, EventHub.RESUME_TIMERS));
|
||||
}
|
||||
mEventHub.blockMessages();
|
||||
mWebView = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user