| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| index 8b23ab170fed198332da01fae497f13e2a8ed472..96c87bd897f3c30585e0283fa3098c94a04b0a65 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -101,7 +101,7 @@ class MacPort(base.Port):
|
|
|
| def path_to_apache_config_file(self):
|
| config_file_name = 'apache2-httpd-' + self._apache_version() + '.conf'
|
| - return self._filesystem.join(self.layout_tests_dir(), 'http', 'conf', config_file_name)
|
| + return self._filesystem.join(self.apache_config_directory(), config_file_name)
|
|
|
| def _path_to_driver(self, target=None):
|
| return self._build_path_with_target(target, self.driver_name() + '.app', 'Contents', 'MacOS', self.driver_name())
|
|
|