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 b51eea6e9433e705cd68a10bd1b247d01933fa0d..bbe9eb50f9dd5c55554f0781b58d07ee2495a82c 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py |
@@ -37,6 +37,7 @@ 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): |
MockSystemHost.__init__(self, log_executive, executive_throws_when_run) |
add_unit_tests_to_mock_filesystem(self.filesystem) |