Index: Source/core/inspector/WorkerDebuggerAgent.h |
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h |
index b406a1d7624d026f0ef748383d3ac00e24a9a019..8588793619b721237030cef0cc9dfe334ec79c24 100644 |
--- a/Source/core/inspector/WorkerDebuggerAgent.h |
+++ b/Source/core/inspector/WorkerDebuggerAgent.h |
@@ -58,6 +58,7 @@ private: |
virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId); |
virtual void muteConsole(); |
virtual void unmuteConsole(); |
+ virtual void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL); |
WorkerScriptDebugServer m_scriptDebugServer; |
WorkerContext* m_inspectedWorkerContext; |