| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| index a8fc9eaac48820aa681a6f707b85a206dbcb1087..6cff67c683a9f0580f75beeb84fd5e509b6604f4 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py
|
| @@ -1091,8 +1091,8 @@ class TestExpectations(object):
|
| return REBASELINE in self._model.get_expectations(test)
|
|
|
| def _shorten_filename(self, filename):
|
| - if filename.startswith(self._port.path_from_webkit_base()):
|
| - return self._port.host.filesystem.relpath(filename, self._port.path_from_webkit_base())
|
| + if filename.startswith(self._port.path_from_blink_base()):
|
| + return self._port.host.filesystem.relpath(filename, self._port.path_from_blink_base())
|
| return filename
|
|
|
| def _report_warnings(self):
|
|
|