| Index: Source/core/inspector/PageDebuggerAgent.h
|
| diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
|
| index ef325ec59c7774f6f78169a31e26dcddbb879e2b..cc88a09d3a40810ee46484703a640e7a0eff188a 100644
|
| --- a/Source/core/inspector/PageDebuggerAgent.h
|
| +++ b/Source/core/inspector/PageDebuggerAgent.h
|
| @@ -66,7 +66,7 @@ protected:
|
| private:
|
| void startListeningScriptDebugServer() override;
|
| void stopListeningScriptDebugServer() override;
|
| - PageScriptDebugServer& scriptDebugServer() override;
|
| + ScriptDebugServer& scriptDebugServer() override;
|
| void muteConsole() override;
|
| void unmuteConsole() override;
|
|
|
|
|