| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
|
| index e7fd1a32468029679d144c8d4fdfcbec3717474a..268ef3f7605732605a409be9ea89edee40aa25e6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py
|
| @@ -47,6 +47,7 @@ def cygpath(path):
|
| # Note that this object is not threadsafe and must only be called
|
| # from multiple threads under protection of a lock (as is done in cygpath())
|
| class _CygPath(object):
|
| +
|
| """Manages a long-running 'cygpath' process for file conversion."""
|
| _lock = None
|
| _singleton = None
|
|
|