| Index: third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
|
| diff --git a/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
|
| index c872fd0a286c8a03a38c15bd458e2499f99c4f04..3435f8fc44f37f2f31158d23303c961b8259b652 100755
|
| --- a/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
|
| +++ b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
|
| @@ -6,11 +6,7 @@
|
| import sys
|
|
|
| from webkitpy.common import host
|
| -from webkitpy.common.checkout.scm.git import Git
|
| from webkitpy.w3c.update_w3c_test_expectations import main
|
|
|
| if __name__ == "__main__":
|
| - host = host.Host()
|
| - host.initialize_scm()
|
| - port = host.port_factory.get()
|
| - sys.exit(main(host, port))
|
| + sys.exit(main(host.Host()))
|
|
|