| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
|
| index a9d81410716cd9b763d578e2e14fab2e9724b520..0341d484fa06438d8d8cb96ff74c0919c7238598 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
|
| @@ -61,6 +61,7 @@ class MockFileSystem(object):
|
| while not d in self.dirs:
|
| self.dirs.add(d)
|
| d = self.dirname(d)
|
| +
|
| def clear_written_files(self):
|
| # This function can be used to track what is written between steps in a test.
|
| self.written_files = {}
|
|
|