Index: Source/core/inspector/PageDebuggerAgent.h |
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h |
index d2c91e31d0de4849533bbd724f57532b09c942b0..8b10cc5962c2772e49159424b96a4fb5757014d0 100644 |
--- a/Source/core/inspector/PageDebuggerAgent.h |
+++ b/Source/core/inspector/PageDebuggerAgent.h |
@@ -60,6 +60,7 @@ private: |
virtual PageScriptDebugServer& scriptDebugServer(); |
virtual void muteConsole(); |
virtual void unmuteConsole(); |
+ virtual void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL); |
virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId); |
virtual void setOverlayMessage(ErrorString*, const String*); |