We should check if __MAC_OS_X_VERSION_MIN_REQUIRED macro is defined or not: -#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 +#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 Patch is coming.
Created attachment 209630 [details] Patch
Comment on attachment 209630 [details] Patch It's probably better to use PLATFORM(MAC) here.
Comment on attachment 209630 [details] Patch Please use PLATFORM(MAC) as suggested by Anders.
Created attachment 209680 [details] Patch
Comment on attachment 209680 [details] Patch Clearing flags on attachment: 209680 Committed r154646: <http://trac.webkit.org/changeset/154646>
All reviewed patches have been landed. Closing bug.