X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FScripts%2Fwebkitpy%2Fport%2Fwin.py;h=f84e9c9890f374ea9fade7e217d073a26fdc770d;hp=3fadd66379f859249fb25e1aaea7d8bcda673c97;hb=7e78ba373f107e35a53cfdcbd081c1fe5dd1c98c;hpb=69013527f4f498415b7b1c4703e1e28fac8ae3be;ds=sidebyside diff --git a/Tools/Scripts/webkitpy/port/win.py b/Tools/Scripts/webkitpy/port/win.py index 3fadd66379f8..f84e9c9890f3 100644 --- a/Tools/Scripts/webkitpy/port/win.py +++ b/Tools/Scripts/webkitpy/port/win.py @@ -87,7 +87,7 @@ class WinPort(ApplePort): fallback_names.append('mac-wk2') # Note we do not add 'wk2' here, even though it's included in _skipped_search_paths(). # FIXME: Perhaps we should get this list from MacPort? - fallback_names.extend(['mac-mountainlion', 'mac']) + fallback_names.append('mac') return map(self._webkit_baseline_path, fallback_names) def operating_system(self):