| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
|
| index 2f887cebe2f9fac1beec79007ef9f32c0dce1dc1..4d6e4fee790d3688b7734d34eb2d3b11eb11aebb 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/git_mock.py
|
| @@ -107,7 +107,7 @@ class MockGit(object):
|
| if self._filesystem:
|
| self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
|
|
|
| - def changed_files(self):
|
| + def changed_files(self, diff_filter='ADM'):
|
| return []
|
|
|
| def unstaged_changes(self):
|
|
|