| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| index 3f705db900f2a6f680199c4cdf54a287c54221da..216f1c3ee2f48d75a8881d8d01e17da08b2820bf 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py
|
| @@ -11,6 +11,7 @@ from webkitpy.common.webkit_finder import WebKitFinder
|
|
|
|
|
| class DepsUpdater(object):
|
| +
|
| def __init__(self, host):
|
| self.host = host
|
| self.executive = host.executive
|
|
|