| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| index 52e82e0b15740bad24207898c0929c349bdaf380..97dd87e25403c5ed7843418ac0900f01c5d90c13 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| @@ -80,7 +80,7 @@ class MockHost(MockSystemHost):
|
| def _add_base_manifest_to_mock_filesystem(self, filesystem):
|
| webkit_finder = WebKitFinder(filesystem)
|
|
|
| - external_dir = webkit_finder.path_from_webkit_base('LayoutTests', 'external')
|
| + external_dir = webkit_finder.path_from_layout_tests('external')
|
| filesystem.maybe_make_directory(filesystem.join(external_dir, 'wpt'))
|
|
|
| manifest_base_path = filesystem.join(external_dir, 'WPT_BASE_MANIFEST.json')
|
|
|