| Index: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| index bf8fc3fb02f93d442fb4abba722a8716bd6271c0..210abdf222e0e676c3492602547dc2758007eae5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -37,7 +37,7 @@ class ConsoleMessageStorage;
|
| class V8DebuggerAgent;
|
| class V8RuntimeAgent;
|
|
|
| -class CORE_EXPORT InspectorConsoleAgent : public InspectorBaseAgent<InspectorConsoleAgent, protocol::Frontend::Console>, public protocol::Dispatcher::ConsoleCommandHandler {
|
| +class CORE_EXPORT InspectorConsoleAgent : public InspectorBaseAgent<InspectorConsoleAgent, protocol::Frontend::Console>, public protocol::Backend::Console {
|
| WTF_MAKE_NONCOPYABLE(InspectorConsoleAgent);
|
| public:
|
| explicit InspectorConsoleAgent(V8RuntimeAgent*);
|
|
|