summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.h
diff options
context:
space:
mode:
authoryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 08:18:15 +0000
committeryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-13 08:18:15 +0000
commit21f565c6b0eee70867af3853e6f8105a2d2b2067 (patch)
tree4b9e24114e539f1c3b0ea87e13ccd313837ba770 /webkit/glue/webdevtoolsagent_impl.h
parent62a6c0428093c7aa045c31ee0d9d85a92631d406 (diff)
downloadchromium_src-21f565c6b0eee70867af3853e6f8105a2d2b2067.zip
chromium_src-21f565c6b0eee70867af3853e6f8105a2d2b2067.tar.gz
chromium_src-21f565c6b0eee70867af3853e6f8105a2d2b2067.tar.bz2
Page global contexts are assigned uniques ids.Script list now contain scripts from the inspected tab only.Also switched DebuggerAgentManager to MessageHandler2 that accepts v8::Debug::Message instead of string.
Review URL: http://codereview.chromium.org/115032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h
index c8c1f6b..2c5051c7 100644
--- a/webkit/glue/webdevtoolsagent_impl.h
+++ b/webkit/glue/webdevtoolsagent_impl.h
@@ -30,7 +30,7 @@ class NetAgentImpl;
class Value;
class WebDevToolsAgentDelegate;
class WebFrame;
-class WebFrame;
+class WebFrameImpl;
class WebViewImpl;
class WebDevToolsAgentImpl
@@ -74,6 +74,8 @@ class WebDevToolsAgentImpl
unsigned int line_no,
const WebCore::String& source_id);
+ void WindowObjectCleared(WebFrameImpl* webframe);
+
void ForceRepaint();
int host_id() { return host_id_; }