| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
|
| index efcb483793b71d0e490f4aefb5fef9eef41ac658..a187322a37fdffe4c48c62ff4de1135b36cb8aba 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync_wpt.py
|
| @@ -4,11 +4,6 @@
|
|
|
| """A script for exporting and importing changes between the Chromium repo
|
| and the web-platform-tests repo.
|
| -
|
| -TODO(jeffcarp): does not handle reverted changes right now
|
| -TODO(jeffcarp): it also doesn't handle changes to -expected.html files
|
| -TODO(jeffcarp): Currently this script only does export; also add an option
|
| -import as well.
|
| """
|
|
|
| import argparse
|
|
|