Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / InspectorRuntimeAgent.h
index b9a39f8..536d288 100644 (file)
@@ -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;