[webkit-reviews] review granted: [Bug 238655] _WKDataTask doesn't work in macCatalyst : [Attachment 456331] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 07:32:34 PDT 2022


Alexey Proskuryakov <ap at webkit.org> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 238655: _WKDataTask doesn't work in macCatalyst
https://bugs.webkit.org/show_bug.cgi?id=238655

Attachment 456331: Patch

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




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 456331
  --> https://bugs.webkit.org/attachment.cgi?id=456331
Patch

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

> Source/WTF/wtf/PlatformHave.h:458
> +    || (PLATFORM(MACCATALYST) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000)
\

Please remove obsolete OS version checks instead of adding more.


More information about the webkit-reviews mailing list