[webkit-dev] Remove HAVE_ACCESSIBILITY
Fujii Hironori
fujii.hironori at gmail.com
Wed Nov 14 17:18:19 PST 2018
Hi webkit-dev,
It seems that all port defines HAVE_ACCESSIBILITY=1. Can I remove all code
for !HAVE(ACCESSIBILITY)?
https://trac.webkit.org/browser/webkit/trunk/Source/WTF/wtf/Platform.h?rev=237992#L648
#if PLATFORM(COCOA) || PLATFORM(WIN) || PLATFORM(GTK) || PLATFORM(WPE)
#define HAVE_ACCESSIBILITY 1
#endif
Bug 21802 – Rename HAVE_ACCESSIBILITY to ENABLE_ACCESSIBILITY
https://bugs.webkit.org/show_bug.cgi?id=21802
-- Fujii
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20181115/02fe50e2/attachment.html>
More information about the webkit-dev
mailing list