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 c4e35d454198a600a3e00654d0bf118c825812eb..4a0144ae73d40ca1c5660ba8e9d0decaff9204ba 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 |
@@ -210,6 +210,7 @@ class AutoRebaseline(AbstractParallelRebaselineCommand): |
return 'unknown' |
def execute(self, options, args, tool): |
+ self._tool = tool |
if tool.scm().executable_name == "svn": |
_log.error("Auto rebaseline only works with a git checkout.") |
return |