| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| index 69b1e9aa761768bd20e055e86e3b087934e25fd4..d3ae88c124e3ec3fe0a14d7b5becb28e6fbf067c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| @@ -53,7 +53,7 @@ def lint(host, options):
|
|
|
| failures = []
|
| for port_to_lint in ports_to_lint:
|
| - expectations_dict = port_to_lint.expectations_dict()
|
| + expectations_dict = port_to_lint.all_expectations_dict()
|
|
|
| for expectations_file in expectations_dict.keys():
|
| if expectations_file in files_linted:
|
|
|