| 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 465877419bbb3cd8dd02dccd5e59bb4efc011969..b807813543ec27af31ad038718a57bb5f70ac2be 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -49,6 +49,7 @@ public:
|
| }
|
| ~PageRuntimeAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| + void init() override;
|
| void enable(ErrorString*) override;
|
| void disable(ErrorString*) override;
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
| @@ -67,6 +68,7 @@ private:
|
| void reportExecutionContext(ScriptState*, bool isPageContext, const String& origin, const String& frameId);
|
|
|
| RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| + bool m_mainWorldContextCreated;
|
| };
|
|
|
| } // namespace blink
|
|
|