| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
|
| index 4a0144ae73d40ca1c5660ba8e9d0decaff9204ba..0e2f0e2e65d02d0b5b6a53cfabc72f536ce606f3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py
|
| @@ -259,7 +259,7 @@ class AutoRebaseline(AbstractParallelRebaselineCommand):
|
| did_switch_branches = True
|
|
|
| if test_prefix_list:
|
| - self._rebaseline(options, test_prefix_list)
|
| + self.rebaseline(options, test_prefix_list)
|
|
|
| if options.dry_run:
|
| return
|
|
|