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-07-27 08:24:46 +0000
committeryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-27 08:24:46 +0000
commit2fda120d4bff29f5ae85765756e5e47c2a87a260 (patch)
tree59ff0a9b87b819a07eea4634d30904cdda8f9047 /webkit/glue/webdevtoolsagent_impl.h
parentf600207db18c30c0179dd307f43d3fd94d2ca5fe (diff)
downloadchromium_src-2fda120d4bff29f5ae85765756e5e47c2a87a260.zip
chromium_src-2fda120d4bff29f5ae85765756e5e47c2a87a260.tar.gz
chromium_src-2fda120d4bff29f5ae85765756e5e47c2a87a260.tar.bz2
DevTools: split console evaluation into two steps: actual evaluation and result
wrapping. When second step is executed debugger_agent_manager will autocontinue on break. We assume that second step doesn't call user scripts. Review URL: http://codereview.chromium.org/159395 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.h')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.h b/webkit/glue/webdevtoolsagent_impl.h
index 599bc0f..d06705e 100644
--- a/webkit/glue/webdevtoolsagent_impl.h
+++ b/webkit/glue/webdevtoolsagent_impl.h
@@ -48,6 +48,9 @@ class WebDevToolsAgentImpl
int call_id,
const WebCore::String& function_name,
const WebCore::String& json_args);
+ virtual void EvaluateJavaScript(
+ int call_id,
+ const WebCore::String& source);
virtual void ClearConsoleMessages();
virtual void GetResourceContent(
int call_id,