[Webkit-unassigned] [Bug 231692] Move Safe Browsing knowledge into SafariSafeBrowsing framework
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 16 10:37:34 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231692
--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 441457
--> https://bugs.webkit.org/attachment.cgi?id=441457
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=441457&action=review
> Source/WTF/wtf/PlatformHave.h:1061
> +#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 160000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 90000)
I think that you want PLATFORM(IOS) here. IOS_FAMILY includes watchOS and tvOS, but the version check excludes them.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211016/0d8ec10a/attachment.htm>
More information about the webkit-unassigned
mailing list