[Webkit-unassigned] [Bug 200367] AX: don't hard code accessibility bundle directory path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 10 16:27:58 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200367

--- Comment #16 from Darin Adler <darin at apple.com> ---
Comment on attachment 376023
  --> https://bugs.webkit.org/attachment.cgi?id=376023
Patch

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

> Source/WTF/wtf/Platform.h:1501
> +#if PLATFORM(IOS_FAMILY) && ((defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500))

I’m not sure how to do this right for Catalyst. I don’t think it involved __MAC_OS_X_VERSION_MIN_REQUIRED at all, but it might.

-- 
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/20190810/72d66d23/attachment-0001.html>


More information about the webkit-unassigned mailing list