Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 3c335b963dfee78f51eabaa142df8744a3cb3a1f..1becc651be424c701b5e9d9af19c35a3c0fd6447 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -144,6 +144,7 @@ protected: |
virtual void unmuteConsole() = 0; |
InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; } |
virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) = 0; |
+ virtual void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL) = 0; |
virtual void enable(); |
virtual void disable(); |