| Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| index 7c92b6813b89d423c5623d12ca2893a25b39575d..c901166faaf06573a0dd4494a49bbacbadf0b861 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -52,7 +52,7 @@ using protocol::Maybe;
|
|
|
| class CORE_EXPORT InspectorRuntimeAgent
|
| : public InspectorBaseAgent<InspectorRuntimeAgent, protocol::Frontend::Runtime>
|
| - , public protocol::Dispatcher::RuntimeCommandHandler {
|
| + , public protocol::Backend::Runtime {
|
| WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent);
|
| public:
|
| class Client {
|
|
|