Don't attempt wide gammut on older OSes
Created attachment 300446 [details] Patch
Not sure if we needed the iOS check, but thought I should be more not less thorough.
Comment on attachment 300446 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=300446&action=review > Source/WebKit2/WebProcess/WebCoreSupport/mac/WebDragClientMac.mm:65 > +#if (__MAC_OS_X_VERSION_MIN_REQUIRED >= 101200) No need for the parens. > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:2500 > +#if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 100000) This matches the extendedSRGBColorSpaceRef() thing, right? Also, no parens.
Yep, matches. I'll take out parens and commit.
https://trac.webkit.org/changeset/211601