| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| index 9420762d142a4c3bedbf357db77848f5da20ccb9..82d59013efd9b5c90326710af0f656cc34178a57 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py
|
| @@ -40,7 +40,8 @@ from webkitpy.layout_tests.port.test import add_unit_tests_to_mock_filesystem
|
|
|
| class MockHost(MockSystemHost):
|
|
|
| - def __init__(self, log_executive=False, executive_throws_when_run=None, initialize_scm_by_default=True, web=None, scm=None, os_name=None, os_version=None):
|
| + def __init__(self, log_executive=False, executive_throws_when_run=None,
|
| + initialize_scm_by_default=True, web=None, scm=None, os_name=None, os_version=None):
|
| MockSystemHost.__init__(self, log_executive, executive_throws_when_run, os_name=os_name, os_version=os_version)
|
| add_unit_tests_to_mock_filesystem(self.filesystem)
|
| self.web = web or MockWeb()
|
|
|