| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index b9a39f8798e85b32db0c6eb1441b7426f0e27f02..536d2888719df4b1a8ee737050c438f5bce93c61 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -94,7 +94,7 @@ protected:
|
| virtual void unmuteConsole() = 0;
|
|
|
| InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager; }
|
| - void addExecutionContextToFrontend(ScriptState*, bool isPageContext, const String& name, const String& frameId);
|
| + void addExecutionContextToFrontend(ScriptState*, bool isPageContext, const String& origin, const String& frameId);
|
|
|
| bool m_enabled;
|
| InspectorFrontend::Runtime* m_frontend;
|
|
|