| 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 e6e53a8d52887222f1b980fde6c3dede6440d2a2..830d8b5637de5fb443a07f49166e8ae5f4787894 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
|
| @@ -81,8 +81,8 @@ class PrettyDiff(Command):
|
| _log.warning("PrettyPatch unavailable.")
|
|
|
| def _diff(self, options):
|
| - changed_files = self._tool.scm().changed_files(options.git_commit)
|
| - return self._tool.scm().create_patch(options.git_commit,
|
| + changed_files = self._tool.git().changed_files(options.git_commit)
|
| + return self._tool.git().create_patch(options.git_commit,
|
| changed_files=changed_files)
|
|
|
| def _open_pretty_diff(self, file_path):
|
|
|