| 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 fcaf50b03b19485242c2a000f6611fd926a9b785..a3359cec979ba8b70d71ceaf716685cbc2e0725b 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
|
| @@ -1037,6 +1037,9 @@ class TestExpectations(object):
|
| def model(self):
|
| return self._model
|
|
|
| + def expectations(self):
|
| + return self._expectations
|
| +
|
| def get_needs_rebaseline_failures(self):
|
| return self._model.get_test_set(NEEDS_REBASELINE)
|
|
|
|
|