| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| index dbcc2a0c1fdec955ac1753a738232dcc9a063e51..147843ab3e040beebd13c4155b5650fa4d9b6e89 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
|
| @@ -525,7 +525,7 @@ class Manager(object):
|
| _log.error("Upload failed: %s", err)
|
|
|
| def _copy_results_html_file(self, destination_path):
|
| - base_dir = self._port.path_from_webkit_base('LayoutTests', 'fast', 'harness')
|
| + base_dir = self._port.path_from_blink_base('LayoutTests', 'fast', 'harness')
|
| results_file = self._filesystem.join(base_dir, 'results.html')
|
| # Note that the results.html template file won't exist when we're using a MockFileSystem during unit tests,
|
| # so make sure it exists before we try to copy it.
|
|
|