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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h

Issue 2367163002: [DevTools] handle navigation after console.log (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
index bc897ac352e289e7f0e799cebb99d0027929d09d..3ea326c7b8f77773d14569628fd3291e6946e486 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
@@ -31,7 +31,7 @@ public:
private:
void reportAllMessages();
- void reportMessage(V8ConsoleMessage*, bool generatePreview);
+ bool reportMessage(V8ConsoleMessage*, bool generatePreview);
V8InspectorSessionImpl* m_session;
protocol::DictionaryValue* m_state;

Powered by Google App Engine
This is Rietveld 408576698