| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
|
| index c5a72399d58a3a30a74fa274ac5aa3694e44127b..a37bd31d9bfd498549dc9b1bf28a6b8c002bbf12 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py
|
| @@ -28,6 +28,7 @@
|
|
|
|
|
| class Environment(object):
|
| +
|
| def __init__(self, env=None):
|
| self.env = env or {}
|
|
|
|
|