Define HAVE_MEDIA_ACCESSIBILITY_FRAMEWORK so we can use HAVE(MEDIA_ACCESSIBILITY_FRAMEWORK) instead of testing __MAC_OS_X_VERSION_XXX directly.
<rdar://problem/13315073>
Created attachment 190748 [details] Proposed patch
Comment on attachment 190748 [details] Proposed patch Clearing flags on attachment: 190748 Committed r144336: <http://trac.webkit.org/changeset/144336>
All reviewed patches have been landed. Closing bug.
Comment on attachment 190748 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=190748&action=review > Source/WebCore/page/PageGroup.cpp:42 > -#if PLATFORM(MAC) && !PLATFORM(IOS) > +#if HAVE(MEDIA_ACCESSIBILITY_FRAMEWORK) Reverted this and > Source/WebCore/page/PageGroup.cpp:423 > -#if PLATFORM(MAC) && !PLATFORM(IOS) > +#if HAVE(MEDIA_ACCESSIBILITY_FRAMEWORK) this in r144367 to fix media/video-controls-captions-trackmenu-sorted.html.