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

Unified Diff: src/inspector/V8ConsoleAgentImpl.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/InjectedScript.cpp ('k') | src/inspector/V8ConsoleAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8ConsoleAgentImpl.h
diff --git a/src/inspector/V8ConsoleAgentImpl.h b/src/inspector/V8ConsoleAgentImpl.h
index 2140de3e7444c18ea78297981ac83e10d7a284e1..1c0eb3b83af9dbb383b98e24421092225328b34c 100644
--- a/src/inspector/V8ConsoleAgentImpl.h
+++ b/src/inspector/V8ConsoleAgentImpl.h
@@ -35,7 +35,7 @@ class V8ConsoleAgentImpl : public protocol::Console::Backend {
private:
void reportAllMessages();
- void reportMessage(V8ConsoleMessage*, bool generatePreview);
+ bool reportMessage(V8ConsoleMessage*, bool generatePreview);
V8InspectorSessionImpl* m_session;
protocol::DictionaryValue* m_state;
« no previous file with comments | « src/inspector/InjectedScript.cpp ('k') | src/inspector/V8ConsoleAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698