| Index: LayoutTests/PRESUBMIT.py
|
| diff --git a/LayoutTests/PRESUBMIT.py b/LayoutTests/PRESUBMIT.py
|
| index ab1d981de2bd61f19467a06a50c03b0562af798c..0fb932d6292d3918e446a69e1a4957c6e94816e2 100644
|
| --- a/LayoutTests/PRESUBMIT.py
|
| +++ b/LayoutTests/PRESUBMIT.py
|
| @@ -49,6 +49,9 @@ def _CheckIdenticalFiles(input_api, output_api):
|
| ], [
|
| 'resources/WebIDLParser.js',
|
| 'http/tests/w3c/resources/WebIDLParser.js',
|
| + ], [
|
| + 'resources/testharness-helpers.js',
|
| + 'http/tests/resources/testharness-helpers.js',
|
| ]]
|
|
|
| def _absolute_path(s):
|
|
|