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

Unified Diff: src/inspector/V8InspectorImpl.h

Issue 2323173004: [inspector] handle context destroyed after console.log (Closed)
Patch Set: fix formatting Created 4 years, 3 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 | « src/inspector/V8ConsoleMessage.cpp ('k') | src/inspector/V8InspectorImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8InspectorImpl.h
diff --git a/src/inspector/V8InspectorImpl.h b/src/inspector/V8InspectorImpl.h
index 80072d7fad746a13dcd8a413a720aba70e75fca8..053aeab1f837d93393b1a8fe1feb119f76019dbb 100644
--- a/src/inspector/V8InspectorImpl.h
+++ b/src/inspector/V8InspectorImpl.h
@@ -109,6 +109,7 @@ class V8InspectorImpl : public V8Inspector {
void muteExceptions(int contextGroupId);
void unmuteExceptions(int contextGroupId);
V8ConsoleMessageStorage* ensureConsoleMessageStorage(int contextGroupId);
+ bool hasConsoleMessageStorage(int contextGroupId);
using ContextByIdMap =
protocol::HashMap<int, std::unique_ptr<InspectedContext>>;
void discardInspectedContext(int contextGroupId, int contextId);
« no previous file with comments | « src/inspector/V8ConsoleMessage.cpp ('k') | src/inspector/V8InspectorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698