| Index: Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
|
| index d67b383174b6ac2d4273efcc2f11e42af9045fc3..fee4b309a06335da8e9b2381b4e2e423c3c0ab42 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -55,6 +55,7 @@ public:
|
| virtual void run(ErrorString*) override;
|
|
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
| + void didCreateMainWorldContext(LocalFrame*, ScriptState*, SecurityOrigin*);
|
| void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
|
| void frameWindowDiscarded(LocalDOMWindow*);
|
|
|
| @@ -64,6 +65,7 @@ private:
|
| virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override;
|
| virtual void muteConsole() override;
|
| virtual void unmuteConsole() override;
|
| + void registerMainWorldContext(LocalFrame*);
|
| void reportExecutionContextCreation();
|
|
|
| InspectorClient* m_client;
|
|
|