| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index b735b25724ece417241cf9f45e8841dd6cc710cb..b439b35a5bca4546d342ee256d1e82c8ec3fc83a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -54,7 +54,7 @@ class V8InspectorSession;
|
|
|
| using blink::protocol::Maybe;
|
|
|
| -class CORE_EXPORT InspectorPageAgent final : public InspectorBaseAgent<InspectorPageAgent, protocol::Page::Frontend>, public protocol::Page::Backend {
|
| +class CORE_EXPORT InspectorPageAgent final : public InspectorBaseAgent<protocol::Page::Metainfo> {
|
| WTF_MAKE_NONCOPYABLE(InspectorPageAgent);
|
| public:
|
| class Client {
|
|
|