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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 22:46:42 PDT 2019


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

Attachment 379206: Patch

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




--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 379206
  --> https://bugs.webkit.org/attachment.cgi?id=379206
Patch

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

> Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h:222
> +#if PLATFORM(MAC) || PLATFORM(IOS_FAMILY)

These should just be PLATFORM(COCOA)


More information about the webkit-reviews mailing list