| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
|
| index 84d6b161fc4f81b73a3f09dea4cd8025aa4fb2d5..5293ccb16b9345041b152677f33af0ffc10956c2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/pretty_diff.py
|
| @@ -51,8 +51,10 @@ class PrettyDiff(Command):
|
| "includes the working copy changes. UPSTREAM can be used for the upstream/tracking branch."))
|
| ]
|
| super(PrettyDiff, self).__init__(options)
|
| + self._tool = None
|
|
|
| def execute(self, options, args, tool):
|
| + self._tool = tool
|
| pretty_diff_file = self._show_pretty_diff(options)
|
| if pretty_diff_file:
|
| diff_correct = tool.user.confirm("Was that diff correct?")
|
|
|