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 b8bfceb3692986a6295e3b5cfada7f63c3928f35..e242552ab15ad01fc568bacb5d6832d22556e8af 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h |
@@ -116,7 +116,7 @@ public: |
void reportExecutionContextCreated(InspectedContext*); |
void reportExecutionContextDestroyed(InspectedContext*); |
void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, std::unique_ptr<protocol::DictionaryValue> hints); |
- void exceptionMessageAdded(V8ConsoleMessage*); |
+ void messageAdded(V8ConsoleMessage*); |
private: |
void reportMessage(V8ConsoleMessage*, bool generatePreview); |