summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/devtools/debugger_agent_impl.h')
-rw-r--r--webkit/glue/devtools/debugger_agent_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/devtools/debugger_agent_impl.h b/webkit/glue/devtools/debugger_agent_impl.h
index 36c9367..20db532 100644
--- a/webkit/glue/devtools/debugger_agent_impl.h
+++ b/webkit/glue/devtools/debugger_agent_impl.h
@@ -26,8 +26,8 @@ class String;
class DebuggerAgentImpl : public DebuggerAgent {
public:
// Creates utility context with injected js agent.
- static void ResetUtilityContext(WebCore::Document* document,
- v8::Persistent<v8::Context>* context);
+ static void CreateUtilityContext(WebCore::Frame* frame,
+ v8::Persistent<v8::Context>* context);
DebuggerAgentImpl(WebViewImpl* web_view_impl,
DebuggerAgentDelegate* delegate,