Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py |
index 13580bb38265d465ad7894e16e52ed78d43c137f..ea47086c00b2142fe8772a562198fb24ef69c24a 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py |
@@ -404,8 +404,7 @@ class WPTExpectationsUpdater(object): |
for test in tests_to_rebaseline: |
_log.info(' %s', test) |
if tests_to_rebaseline: |
- webkit_patch = self.host.filesystem.join( |
- self.finder.chromium_base(), self.finder.webkit_base(), self.finder.path_to_script('webkit-patch')) |
+ webkit_patch = self.finder.path_from_tools_scripts('webkit-patch') |
self.host.executive.run_command([ |
'python', |
webkit_patch, |