| 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 5c4e51ef829b96bebdf007a53d30c9c81bc83589..77de72eb12cbbe0202cd89a6fb61fb42e67b2ac1 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/host.py
|
| @@ -64,6 +64,7 @@ class Host(SystemHost):
|
|
|
| # We call this from the Host constructor, as it's one of the
|
| # earliest calls made for all webkitpy-based programs.
|
| + # TODO(qyearsley): Remove this in a separate clean-up CL.
|
| def _engage_awesome_locale_hacks(self):
|
| # To make life easier on our non-English users, we override
|
| # the locale environment variables inside webkitpy.
|
|
|