| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index a095471f3c1bda24cc1041519f8ede9e16353e67..ed2358ee023e92f5ebbc20600ad49c0721c45dde 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -40,7 +40,7 @@ using protocol::Array;
|
|
|
| class CORE_EXPORT InspectorDebuggerAgent
|
| : public InspectorBaseAgent<InspectorDebuggerAgent, protocol::Frontend::Debugger>
|
| - , public protocol::Dispatcher::DebuggerCommandHandler {
|
| + , public protocol::Backend::Debugger {
|
| public:
|
| ~InspectorDebuggerAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|