| Index: third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| index 84070671257f38daeb1816dab2bc335026f1a4e2..201573529a519307f0d4028057e96a4e0b1069cd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -49,7 +49,6 @@ public:
|
| }
|
| ~PageRuntimeAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| - void init() override;
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
|
|
| @@ -67,7 +66,6 @@ private:
|
| void reportExecutionContext(ScriptState*, bool isPageContext, const String& origin, const String& frameId);
|
|
|
| RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| - bool m_mainWorldContextCreated;
|
| };
|
|
|
| } // namespace blink
|
|
|