| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| index 2d0806270c00911b872f0aa08d19773bb6fd4899..c8b8051502f5cae196f511e2479fd309463dbe9b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
|
| @@ -47,7 +47,6 @@ class TestExpectationsChecker(object):
|
|
|
| # FIXME: host should be a required parameter, not an optional one.
|
| host = host or Host()
|
| - host.initialize_scm()
|
|
|
| self._port_obj = host.port_factory.get()
|
|
|
|
|