[webkit-reviews] review granted: [Bug 208791] CAN_SECURELY_ARCHIVE_FILE_WRAPPER incorrectly excludes watchOS and tvOS : [Attachment 392994] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 8 17:36:37 PDT 2020


Alexey Proskuryakov <ap at webkit.org> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 208791: CAN_SECURELY_ARCHIVE_FILE_WRAPPER incorrectly excludes watchOS and
tvOS
https://bugs.webkit.org/show_bug.cgi?id=208791

Attachment 392994: Patch

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




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

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

> Source/WTF/wtf/PlatformUse.h:327
> +#if PLATFORM(IOS_FAMILY) || (PLATFORM(MAC) &&
__MAC_OS_X_VERSION_MIN_REQUIRED >= 101400)

macOS version check is also unnecessary, PLATFORM(COCOA) is enough.


More information about the webkit-reviews mailing list