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:
parent
bb6eeee686
commit
0f8af86b79
|
@ -1107,6 +1107,7 @@ void CefBrowserHostImpl::DestroyBrowser() {
|
|||
response_manager_.reset(NULL);
|
||||
content::WebContentsObserver::Observe(NULL);
|
||||
web_contents_.reset(NULL);
|
||||
menu_creator_.reset(NULL);
|
||||
|
||||
DetachAllFrames();
|
||||
|
||||
|
|
Loading…
Reference in New Issue