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