diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 10:19:57 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 10:19:57 +0000 |
commit | 195792b55d3c8ebd850fe22870f66f2883d68b87 (patch) | |
tree | cef501624be08418d79d3e477e97a8e1b626a102 /webkit/glue/devtools/debugger_agent_impl.h | |
parent | b39fe8d69103cab7d88bfde52084d0d84d51c3b7 (diff) | |
download | chromium_src-195792b55d3c8ebd850fe22870f66f2883d68b87.zip chromium_src-195792b55d3c8ebd850fe22870f66f2883d68b87.tar.gz chromium_src-195792b55d3c8ebd850fe22870f66f2883d68b87.tar.bz2 |
DevTools: Bugfixes for the round of sanity testing.
Review URL: http://codereview.chromium.org/109010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/devtools/debugger_agent_impl.h')
-rw-r--r-- | webkit/glue/devtools/debugger_agent_impl.h | 8 |
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(); |