| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py
|
| index a8bc0ffc3fcbfe35cb0d784060a5ab5ad9078f3f..f16e099a4b58d78e70486983f20bba1b3b38136d 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py
|
| @@ -38,10 +38,10 @@ _log = logging.getLogger(__name__)
|
|
|
| class TestParser(object):
|
|
|
| - def __init__(self, filename, options=None):
|
| + def __init__(self, filename, host, options=None):
|
| self.options = options or {'all': False}
|
| self.filename = filename
|
| - self.host = Host()
|
| + self.host = host
|
| self.filesystem = self.host.filesystem
|
|
|
| self.test_doc = None
|
|
|