| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
|
| index d9a641daca67b0fb4ff69d365092129ea079956b..1b5ce224d561f7b6c19a27251060af44d2b2ce69 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
|
| @@ -14,7 +14,7 @@ WPT_DEST_NAME = 'wpt'
|
| WPT_GH_REPO_URL_TEMPLATE = 'https://{}@github.com/w3c/web-platform-tests.git'
|
|
|
| # TODO(qyearsley): This directory should be able to be constructed with
|
| -# WebKitFinder and WPT_DEST_NAME, plus the string "external".
|
| +# PathFinder and WPT_DEST_NAME, plus the string "external".
|
| CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/external/wpt/'
|
|
|
| # Our mirrors of the official wpt repo, which we pull from.
|
|
|