| Index: Source/core/inspector/PageDebuggerAgent.h
|
| diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
|
| index 49e3a675a697130869738a61939da1f0233e76f5..78a64b11dc139dc629ebe194e9635fca634c246e 100644
|
| --- a/Source/core/inspector/PageDebuggerAgent.h
|
| +++ b/Source/core/inspector/PageDebuggerAgent.h
|
| @@ -35,6 +35,10 @@
|
| #include "core/inspector/InspectorDebuggerAgent.h"
|
| #include "core/inspector/InspectorOverlay.h"
|
|
|
| +using blink::TypeBuilder::Debugger::ExceptionDetails;
|
| +using blink::TypeBuilder::Debugger::ScriptId;
|
| +using blink::TypeBuilder::Runtime::RemoteObject;
|
| +
|
| namespace blink {
|
|
|
| class DocumentLoader;
|
| @@ -67,7 +71,7 @@ protected:
|
| private:
|
| void startListeningScriptDebugServer() override;
|
| void stopListeningScriptDebugServer() override;
|
| - PageScriptDebugServer& scriptDebugServer() override;
|
| + ScriptDebugServer& scriptDebugServer() override;
|
| void muteConsole() override;
|
| void unmuteConsole() override;
|
|
|
|
|