| 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 40029a05f97bc3ac4c7bcdc9519771c4fa8ea681..8611d3ffba3e4f7a81610ecf07ffa2f1c1e03629 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
|
| @@ -293,7 +293,7 @@ class W3CExpectationsLineAdder(object):
|
| testharness.js tests that required new baselines to be downloaded
|
| from `webkit-patch rebaseline-from-try-jobs`.
|
| """
|
| - modified_files = self.host.executive.run_command(['git', 'diff', 'master', '--name-only']).splitlines()
|
| + modified_files = self.host.executive.run_command(['git', 'diff', 'origin/master', '--name-only']).splitlines()
|
| tests_to_rebaseline, tests_results = self.get_tests_to_rebaseline(modified_files, tests_results)
|
| if tests_to_rebaseline:
|
| webkit_patch = self.host.filesystem.join(
|
|
|