[webkit-reviews] review granted: [Bug 201967] Remove some support for < iOS 13 : [Attachment 379190] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 12:27:29 PDT 2019


Andy Estes <aestes at apple.com> has granted Keith Rollin <krollin at apple.com>'s
request for review:
Bug 201967: Remove some support for < iOS 13
https://bugs.webkit.org/show_bug.cgi?id=201967

Attachment 379190: Patch

https://bugs.webkit.org/attachment.cgi?id=379190&action=review




--- Comment #4 from Andy Estes <aestes at apple.com> ---
Comment on attachment 379190
  --> https://bugs.webkit.org/attachment.cgi?id=379190
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379190&action=review

> Source/WebCore/platform/cocoa/NetworkExtensionContentFilter.mm:78
> -#if PLATFORM(MAC) || (PLATFORM(IOS_FAMILY) &&
__IPHONE_OS_VERSION_MIN_REQUIRED >= 110000)
> +#if PLATFORM(MAC) || PLATFORM(IOS_FAMILY)

I think this is equivalent to PLATFORM(COCOA), in which case it can be removed.


More information about the webkit-reviews mailing list