Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: content/browser/debugger/devtools_frontend_host.cc

Issue 10391089: Chrome Crashes after clicking try these suggestions link in Developer Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/debugger/devtools_frontend_host.cc
diff --git a/content/browser/debugger/devtools_frontend_host.cc b/content/browser/debugger/devtools_frontend_host.cc
index 54beb1ac46261cc8b8c6062f2296529954ffa41e..f55cc9a4675b0318668be6232e5dece599293655 100644
--- a/content/browser/debugger/devtools_frontend_host.cc
+++ b/content/browser/debugger/devtools_frontend_host.cc
@@ -37,6 +37,7 @@ DevToolsFrontendHost::DevToolsFrontendHost(
}
DevToolsFrontendHost::~DevToolsFrontendHost() {
+ DevToolsManager::GetInstance()->ClientHostClosing(this);
}
void DevToolsFrontendHost::DispatchOnInspectorFrontend(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698