Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py |
index bf48922a69ab9d67afc6f4e27d6a4316b07ba6de..1c81ae65c010f0df7817f602ce0fb05262fa8981 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py |
@@ -66,7 +66,7 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase): |
] |
for test in tests: |
# pylint: disable=protected-access |
- self._write(port._filesystem.join(port.layout_tests_dir(), test), 'contents') |
+ self._write(port.host.filesystem.join(port.layout_tests_dir(), test), 'contents') |
def tearDown(self): |
BaseTestCase.tearDown(self) |
@@ -165,7 +165,7 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase): |
# pylint: disable=protected-access |
port = self.tool.port_factory.get('test-win-win7') |
self._write( |
- port._filesystem.join(port.layout_tests_dir(), 'fast/dom/prototype-taco.html'), |
+ port.host.filesystem.join(port.layout_tests_dir(), 'fast/dom/prototype-taco.html'), |
'test contents') |
self.command._rebaseline( |