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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/glue/devtools/debugger_agent_impl.h b/webkit/glue/devtools/debugger_agent_impl.h
index bfd3e96..0425dfe 100644
--- a/webkit/glue/devtools/debugger_agent_impl.h
+++ b/webkit/glue/devtools/debugger_agent_impl.h
@@ -23,15 +23,15 @@ 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);
+
DebuggerAgentImpl(WebViewImpl* web_view_impl,
DebuggerAgentDelegate* delegate,
WebDevToolsAgentImpl* webdevtools_agent);
virtual ~DebuggerAgentImpl();
- // Creates utility context with injected js agent.
- void ResetUtilityContext(WebCore::Document* document,
- v8::Persistent<v8::Context>* context);
-
// DebuggerAgent implementation.
virtual void DebugBreak();