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; |