| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py
|
| index 261a00505d7358d8764cac32a227d38423aaec4f..de2b7b2f3af1e0cdb4c3e499ab4c298e7c2e8c38 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py
|
| @@ -29,7 +29,7 @@ import logging
|
| import re
|
|
|
| from webkitpy.common.host import Host
|
| -from webkitpy.common.webkit_finder import WebKitFinder
|
| +from webkitpy.common.blink_finder import BlinkFinder
|
| from HTMLParser import HTMLParser
|
|
|
|
|
| @@ -77,7 +77,7 @@ class _W3CTestConverter(HTMLParser):
|
|
|
| self._host = host
|
| self._filesystem = self._host.filesystem
|
| - self._webkit_root = WebKitFinder(self._filesystem).webkit_base()
|
| + self._webkit_root = BlinkFinder(self._filesystem).blink_base()
|
|
|
| self.converted_data = []
|
| self.converted_properties = []
|
|
|