| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| index 90ce807a93ca3146ab700a73e480f5ba978213a9..1383056e5843da96f9c6a49aad61be7af53cb5d3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| @@ -11,8 +11,6 @@ _log = logging.getLogger(__name__)
|
|
|
| CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/imported/wpt/'
|
|
|
| -# TODO(jeffcarp): have the script running this fetch Chromium origin/master
|
| -# TODO(jeffcarp): move WPT fetch out of its constructor to match planned ChromiumWPT pattern
|
|
|
| class TestExporter(object):
|
|
|
|
|