Summary: | Build Fix | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Megan Gardner <megan_gardner> | ||||||||
Component: | New Bugs | Assignee: | Megan Gardner <megan_gardner> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | benjamin, cdumez, cmarcelo, commit-queue, darin, ews-watchlist, thorton, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Megan Gardner
2020-03-09 15:24:50 PDT
Created attachment 393085 [details]
Patch
Comment on attachment 393085 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393085&action=review > Source/WTF/wtf/PlatformHave.h:609 > +#if (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000) I think you mean PLATFORM(IOS) here. Please read Tim Horton’s internal Apple mail, subject "An important note about version checks!" Created attachment 393098 [details]
Patch
Comment on attachment 393098 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393098&action=review Looks fine to me. > Source/WTF/wtf/PlatformHave.h:609 > +#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000) Don’t need the parentheses here. Created attachment 393102 [details]
Patch
Comment on attachment 393102 [details] Patch Clearing flags on attachment: 393102 Committed r258183: <https://trac.webkit.org/changeset/258183> All reviewed patches have been landed. Closing bug. |