mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Destroy CefMenuCreator on the UI thread thread (issue #887).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1224 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -1107,6 +1107,7 @@ void CefBrowserHostImpl::DestroyBrowser() {
|
||||
response_manager_.reset(NULL);
|
||||
content::WebContentsObserver::Observe(NULL);
|
||||
web_contents_.reset(NULL);
|
||||
menu_creator_.reset(NULL);
|
||||
|
||||
DetachAllFrames();
|
||||
|
||||
|
Reference in New Issue
Block a user