Index: Source/core/inspector/WorkerDebuggerAgent.h |
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h |
index 4b60f43813a7c6fe01e5b1e780140f2ed0b3b810..f32860a4427ebbd5a14ff8b1e58399c9112ffa7f 100644 |
--- a/Source/core/inspector/WorkerDebuggerAgent.h |
+++ b/Source/core/inspector/WorkerDebuggerAgent.h |
@@ -50,9 +50,10 @@ public: |
private: |
WorkerDebuggerAgent(WorkerThreadDebugger*, WorkerGlobalScope*, InjectedScriptManager*); |
+ // V8DebuggerAgent::Client implemntation. |
void startListeningV8Debugger() override; |
void stopListeningV8Debugger() override; |
- InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override; |
+ InjectedScript defaultInjectedScript() override; |
void muteConsole() override; |
void unmuteConsole() override; |