| 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 4e162a3381e1c7e6a2467734b8c699850d59907e..7ee912d0e811fea525e70001ce41dc0093f73b13 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac.py
|
| @@ -46,7 +46,7 @@ class MacPort(base.Port):
|
| # Note that the retina versions fallback to the non-retina versions and so no
|
| # baselines are shared between retina versions; this keeps the fallback graph as a tree
|
| # and maximizes the number of baselines we can share that way.
|
| - # We also currently only support Retina on 10.8; we need to either upgrade to 10.9 or support both.
|
| + # We also currently only support Retina on 10.9.
|
|
|
| FALLBACK_PATHS = {}
|
| FALLBACK_PATHS['mavericks'] = ['mac']
|
|
|