| Index: Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| index a4fa8a885ce858b01c8197dd4bcc83bcd464804d..c6a795079f24fe7156bd2fb5498d292f05b735f0 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -38,7 +38,7 @@ _log = logging.getLogger(__name__)
|
|
|
|
|
| class MacPort(base.Port):
|
| - SUPPORTED_VERSIONS = ('snowleopard', 'lion', 'retina', 'mountainlion', 'mavericks', 'yosemite')
|
| + SUPPORTED_VERSIONS = ('snowleopard', 'lion', 'mountainlion', 'retina', 'mavericks', 'yosemite')
|
| port_name = 'mac'
|
|
|
| # FIXME: We treat Retina (High-DPI) devices as if they are running
|
|
|