| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| index 4e5daecd4289838216677c331b713519276bebb7..561e72fcbfa8d8b16ee0d3284c0ba02d6b4aed4b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| @@ -234,7 +234,7 @@ class TestImporter(object):
|
| copy_list.append({'src': fullpath, 'dest': filename})
|
| continue
|
|
|
| - test_parser = TestParser(fullpath, vars(self.options))
|
| + test_parser = TestParser(fullpath, self.host(), vars(self.options))
|
| test_info = test_parser.analyze_test()
|
| if test_info is None:
|
| continue
|
|
|