X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Finspector%2FInspectorRuntimeAgent.h;h=536d2888719df4b1a8ee737050c438f5bce93c61;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b9a39f8798e85b32db0c6eb1441b7426f0e27f02;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/src/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h index b9a39f8..536d288 100644 --- a/src/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h +++ b/src/third_party/WebKit/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;