[webkit-reviews] review granted: [Bug 190878] Add BPLATFORM(IOS_FAMILY) : [Attachment 353038] proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 24 13:09:11 PDT 2018
Saam Barati <sbarati at apple.com> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 190878: Add BPLATFORM(IOS_FAMILY)
https://bugs.webkit.org/show_bug.cgi?id=190878
Attachment 353038: proposed patch
https://bugs.webkit.org/attachment.cgi?id=353038&action=review
--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 353038
--> https://bugs.webkit.org/attachment.cgi?id=353038
proposed patch
View in context: https://bugs.webkit.org/attachment.cgi?id=353038&action=review
r=me
> Source/bmalloc/bmalloc/BPlatform.h:-241
> -#if ((BPLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000) ||
(BPLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 50000) ||
(BPLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 120000)) \
Do we not care about building for iOS 11 anymore? I have no use for this, but
does our perf infrastructure care?
More information about the webkit-reviews
mailing list