summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authordgozman <dgozman@chromium.org>2016-03-23 19:12:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-24 02:14:00 +0000
commit89f7238cebbf5d77e4caa84d0a2750f6faa7e983 (patch)
tree9f723cbc10b4ad0da72444988eb7e160d710d826 /components
parent47c9dd29746fc96baf54688641e43fb90916bd36 (diff)
downloadchromium_src-89f7238cebbf5d77e4caa84d0a2750f6faa7e983.zip
chromium_src-89f7238cebbf5d77e4caa84d0a2750f6faa7e983.tar.gz
chromium_src-89f7238cebbf5d77e4caa84d0a2750f6faa7e983.tar.bz2
[DevTools] Use InspectorFrontendHost.readyForTest for layout tests.
BUG=none Review URL: https://codereview.chromium.org/1819243002 Cr-Commit-Position: refs/heads/master@{#383015}
Diffstat (limited to 'components')
-rw-r--r--components/test_runner/web_test_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index ef5dddf..f0b2afa 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -136,7 +136,7 @@ class WebTestDelegate {
virtual void CloseDevTools() = 0;
// Evaluate the given script in the DevTools agent.
- virtual void EvaluateInWebInspector(long call_id,
+ virtual void EvaluateInWebInspector(int call_id,
const std::string& script) = 0;
// Evaluate the given script in the inspector overlay page.