| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| index c3ef8a736dc1439d0ff93185bbe5c62dbf99fd8f..d4412f79f809f361c7ae94879f5a7ef0c1634782 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| @@ -158,7 +158,7 @@ class DepsUpdater(object):
|
| Runs the (newly-updated) manifest command if it's found, and then
|
| stages the generated MANIFEST.json in the git index, ready to commit.
|
| """
|
| - manifest_command = self.finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty', 'wpt', 'manifest')
|
| + manifest_command = self.finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty', 'wpt', 'wpt', 'manifest')
|
| if 'css' in dest_path:
|
| # Do nothing for csswg-test.
|
| return
|
|
|