| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| index e49044c8ca0c4aaeff6740def314425764f1bc0c..e76ca4e1b69e26968f4630c249a86ae0c987c163 100755
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| @@ -45,6 +45,7 @@ class W3CTestConverterTest(unittest.TestCase):
|
|
|
| # FIXME: When we move to using a MockHost, this method should be removed, since
|
| # then we can just pass in a dummy dir path
|
| +
|
| def fake_dir_path(self, dirname):
|
| filesystem = Host().filesystem
|
| webkit_root = WebKitFinder(filesystem).webkit_base()
|
|
|