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

Unified Diff: src/inspector/V8RuntimeAgentImpl.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/V8InspectorImpl.cpp ('k') | src/inspector/V8RuntimeAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8RuntimeAgentImpl.h
diff --git a/src/inspector/V8RuntimeAgentImpl.h b/src/inspector/V8RuntimeAgentImpl.h
index 3bb653793d0525a751e42d2979358455100c7c8c..6dba104ecc29c9e7253d69905536493dc29e9650 100644
--- a/src/inspector/V8RuntimeAgentImpl.h
+++ b/src/inspector/V8RuntimeAgentImpl.h
@@ -115,7 +115,7 @@ class V8RuntimeAgentImpl : public protocol::Runtime::Backend {
bool enabled() const { return m_enabled; }
private:
- void reportMessage(V8ConsoleMessage*, bool generatePreview);
+ bool reportMessage(V8ConsoleMessage*, bool generatePreview);
V8InspectorSessionImpl* m_session;
protocol::DictionaryValue* m_state;
« no previous file with comments | « src/inspector/V8InspectorImpl.cpp ('k') | src/inspector/V8RuntimeAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698