| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| index 5e43fd1fadd0a88a907116f68af3efdc160fc045..a86499087f9e6a4c7376c977bea2a31ad621b00d 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| @@ -89,7 +89,6 @@ class DepsUpdater(object):
|
| self.check_run(['git', 'cl', 'upload', '-m', '\'Wrote lines to TestExpectations\''])
|
| else:
|
| self.print_('No Failures, committing patch.')
|
| - quit()
|
| self.run(['git', 'cl', 'land', '-f'])
|
| return 0
|
|
|
|
|