Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py |
index 5f92e94213bab2018fb9fb01b883874721905019..2d056c366158b16794e467ecbf3bae4048a17794 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py |
@@ -77,7 +77,7 @@ class RebaselineCL(AbstractParallelRebaselineCommand): |
if options.dry_run: |
return |
- self._rebaseline(options, test_prefix_list, update_scm=False) |
+ self._rebaseline(options, test_prefix_list) |
def _get_issue_number(self, options): |
"""Gets the Rietveld CL number from either |options| or from the current local branch.""" |