Chromium Code Reviews

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

Issue 2318853002: [DevTools] Handle navigation in console.log (Closed)
Patch Set: addressed comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 6f5524fe5ba193d5062daad9182b6ddfde454c91..518d5af99c38ea6c53f4dc7a48ef0712f0e39c5b 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8ConsoleAgentImpl.h
@@ -33,7 +33,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