Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
index 7a14224ef8e8d7919e25b0d40cda9f9c6e964a74..e5d7d1e802266fa1dfa9b74a7d0ac1cf14253e70 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
@@ -124,7 +124,7 @@ public: |
bool enabled() const { return m_enabled; } |
private: |
- void reportMessage(V8ConsoleMessage*, bool generatePreview); |
+ bool reportMessage(V8ConsoleMessage*, bool generatePreview); |
V8InspectorSessionImpl* m_session; |
protocol::DictionaryValue* m_state; |