| Index: Source/core/inspector/PageRuntimeAgent.h
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
|
| index d67b383174b6ac2d4273efcc2f11e42af9045fc3..5e04ac46b0f4351a307ac8e809979ac3396831da 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.h
|
| +++ b/Source/core/inspector/PageRuntimeAgent.h
|
| @@ -55,8 +55,8 @@ public:
|
| virtual void run(ErrorString*) override;
|
|
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
| - void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
|
| - void frameWindowDiscarded(LocalDOMWindow*);
|
| + void didCreateScriptContext(LocalFrame*, ScriptState*, SecurityOrigin*, bool isMainWorldContext);
|
| + void willReleaseScriptContext(LocalFrame*, ScriptState*);
|
|
|
| private:
|
| PageRuntimeAgent(InjectedScriptManager*, InspectorClient*, ScriptDebugServer*, Page*, InspectorPageAgent*);
|
|
|