| 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 c62fd980a05df52eb1cc19cccb31353e1b0030ec..b6e9fd6f8d877b384ff212647d6d0b2b55cabd38 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
|
| @@ -83,7 +83,7 @@ class RebaselineCL(AbstractParallelRebaselineCommand):
|
|
|
| if options.dry_run:
|
| return
|
| - self._rebaseline(options, test_prefix_list, update_scm=False)
|
| + self.rebaseline(options, test_prefix_list, update_scm=False)
|
|
|
| def _filter_existing(self, test_prefix_list):
|
| """Filters out entries in |test_prefix_list| for tests that don't exist."""
|
|
|