| Index: Source/core/inspector/WorkerDebuggerAgent.h
|
| diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h
|
| index b3dd8acfbde46b794ede92f3b5334e30a5748fa8..1204545e138a004eeadfe1068e33c171b2a1734a 100644
|
| --- a/Source/core/inspector/WorkerDebuggerAgent.h
|
| +++ b/Source/core/inspector/WorkerDebuggerAgent.h
|
| @@ -56,7 +56,7 @@ private:
|
|
|
| void startListeningScriptDebugServer() override;
|
| void stopListeningScriptDebugServer() override;
|
| - WorkerScriptDebugServer& scriptDebugServer() override;
|
| + ScriptDebugServer& scriptDebugServer() override;
|
| InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override;
|
| void muteConsole() override;
|
| void unmuteConsole() override;
|
|
|