am c28e3a67: Merge change 26595 into eclair
Merge commit 'c28e3a670fd993d5465504ed48e9e89bb24823b0' into eclair-plus-aosp * commit 'c28e3a670fd993d5465504ed48e9e89bb24823b0': 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;
|
mBrowserFrame = null;
|
||||||
mSettings.onDestroyed();
|
mSettings.onDestroyed();
|
||||||
mNativeClass = 0;
|
mNativeClass = 0;
|
||||||
|
mWebView = null;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -1406,7 +1407,6 @@ final class WebViewCore {
|
|||||||
Message.obtain(null, EventHub.RESUME_TIMERS));
|
Message.obtain(null, EventHub.RESUME_TIMERS));
|
||||||
}
|
}
|
||||||
mEventHub.blockMessages();
|
mEventHub.blockMessages();
|
||||||
mWebView = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user