| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index e8b2639b6b93c80961f85559dffc99bad4482bec..7980775f5c80dbb6f494b3e77e180ad3d4d5bf3c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1103,7 +1103,6 @@ class Port(object):
|
| clean_env['DISPLAY'] = self._value_or_default_from_environ('DISPLAY', ':1')
|
| if self.host.platform.is_mac():
|
| clean_env['DYLD_LIBRARY_PATH'] = self._build_path()
|
| - clean_env['DYLD_FRAMEWORK_PATH'] = self._build_path()
|
| variables_to_copy += [
|
| 'HOME',
|
| ]
|
|
|