| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py
|
| index ccea5924f922fc1b50523309ba00959713a39e94..9e5279b7453097e7f3ef1c92bca34efc0294f7d8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py
|
| @@ -237,7 +237,6 @@ class FileSystem(object):
|
|
|
| class _WindowsError(exceptions.OSError):
|
| """Fake exception for Linux and Mac."""
|
| - pass
|
|
|
| def remove(self, path, osremove=os.remove):
|
| """On Windows, if a process was recently killed and it held on to a
|
|
|