| Index: third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| diff --git a/third_party/WebKit/Tools/Scripts/update-w3c-deps b/third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| index 42cf144ca22d8b7223cf2cc09ab1f89928e07391..2737db24480ed6777ac5b5db2255e2e100754de7 100755
|
| --- a/third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| +++ b/third_party/WebKit/Tools/Scripts/update-w3c-deps
|
| @@ -6,12 +6,12 @@
|
| """Pull latest revisions of the W3C test repos and update our DEPS entries."""
|
|
|
| from webkitpy.common import version_check
|
| -from webkitpy.common.system.systemhost import SystemHost
|
| +from webkitpy.common.host import Host
|
| from webkitpy.w3c.deps_updater import DepsUpdater
|
|
|
|
|
| if __name__ == '__main__':
|
| - host = SystemHost()
|
| + host = Host()
|
| updater = DepsUpdater(host)
|
| try:
|
| host.exit(updater.main())
|
|
|