| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| index 1f47fd762995a4b7d507fc5676c9f8e963e4c8d2..b4e35576aa58ed649aa6929dfc11a486142d36b3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| @@ -35,6 +35,7 @@ from webkitpy.common.checkout.scm.detection import SCMDetector
|
| from webkitpy.common.memoized import memoized
|
| from webkitpy.common.net import buildbot, web
|
| from webkitpy.common.system.systemhost import SystemHost
|
| +from webkitpy.layout_tests.builders import Builders
|
| from webkitpy.layout_tests.port.factory import PortFactory
|
|
|
|
|
| @@ -60,6 +61,8 @@ class Host(SystemHost):
|
|
|
| self._engage_awesome_locale_hacks()
|
|
|
| + self.builders = Builders()
|
| +
|
| # We call this from the Host constructor, as it's one of the
|
| # earliest calls made for all webkitpy-based programs.
|
| def _engage_awesome_locale_hacks(self):
|
|
|