[webkit-reviews] review granted: [Bug 202371] Remove some support for < iOS 13 : [Attachment 379841] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 7 11:59:52 PDT 2019
youenn fablet <youennf at gmail.com> has granted Keith Rollin
<krollin at apple.com>'s request for review:
Bug 202371: Remove some support for < iOS 13
https://bugs.webkit.org/show_bug.cgi?id=202371
Attachment 379841: Patch
https://bugs.webkit.org/attachment.cgi?id=379841&action=review
--- Comment #5 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 379841
--> https://bugs.webkit.org/attachment.cgi?id=379841
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=379841&action=review
> Source/WTF/wtf/Platform.h:1446
> +#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) ||
PLATFORM(IOS)
Seems ok to move to PLATFORM(IOS) but just want to double check we do not want
PLATFORM(IOS_FAMILY).
More information about the webkit-reviews
mailing list