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:
Marshall Greenblatt 2013-04-16 17:34:13 +00:00
parent bb6eeee686
commit 0f8af86b79
1 changed files with 1 additions and 0 deletions

View File

@ -1107,6 +1107,7 @@ void CefBrowserHostImpl::DestroyBrowser() {
response_manager_.reset(NULL);
content::WebContentsObserver::Observe(NULL);
web_contents_.reset(NULL);
menu_creator_.reset(NULL);
DetachAllFrames();