| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| index c897d3bb074f56f5526fb1d73ba1a33452fcc6c8..3681938d8b0d413f85884a827054bea7f375f8a2 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py
|
| @@ -31,6 +31,7 @@ import sys
|
|
|
|
|
| class WebKitFinder(object):
|
| +
|
| def __init__(self, filesystem):
|
| self._filesystem = filesystem
|
| self._dirsep = filesystem.sep
|
|
|