Index: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h |
index e7a99094b4ed3283b1b163928d5ade5192dccba2..cb845a6bb0183019db92bcf90888331066fd55e2 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.h |
@@ -13,7 +13,7 @@ namespace blink { |
class V8RuntimeAgent; |
-class PLATFORM_EXPORT V8DebuggerAgent : public protocol::Dispatcher::DebuggerCommandHandler, public V8Debugger::Agent<protocol::Frontend::Debugger> { |
+class PLATFORM_EXPORT V8DebuggerAgent : public protocol::Backend::Debugger, public V8Debugger::Agent<protocol::Frontend::Debugger> { |
public: |
static const char backtraceObjectGroup[]; |