diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 14:48:37 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 14:48:37 +0000 |
commit | da4b92fee136f90425c3400c2fe11469972178cf (patch) | |
tree | 184d916852c6e697fc7da11cef5696f09dbf3be3 /webkit/glue/devtools/debugger_agent_impl.h | |
parent | e80cb893343a457c181b0bd26a208bd71a99f661 (diff) | |
download | chromium_src-da4b92fee136f90425c3400c2fe11469972178cf.zip chromium_src-da4b92fee136f90425c3400c2fe11469972178cf.tar.gz chromium_src-da4b92fee136f90425c3400c2fe11469972178cf.tar.bz2 |
DevTools: Reset utility context for given document only once.
Review URL: http://codereview.chromium.org/172091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23621 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 | 4 |
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, |