Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py |
index 1149d25bcbef30a93338d63cf6ea6d7a2cb4da3c..68b90e3dc0dfd9c4184bbe0d8f7e89d181477358 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py |
@@ -44,7 +44,7 @@ class W3CExpectationsLineAdder(object): |
return 1 |
rietveld = Rietveld(self.host.web) |
- builds = rietveld.latest_try_job_results(issue_number, self.get_try_bots()) |
+ builds = rietveld.latest_try_jobs(issue_number, self.get_try_bots()) |
_log.debug('Latest try jobs: %r', builds) |
if not builds: |