[Webkit-unassigned] [Bug 21443] Allow HAVE_ACCESSIBILITY to be overridden at build time
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 7 13:33:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21443
alp at nuanti.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alp at nuanti.com
------- Comment #3 from alp at nuanti.com 2008-10-07 13:33 PDT -------
As Darin says, accessibility should probably have been an ENABLE, not a HAVE.
Would be nice if the patch could address that.
Moreover, the #if PLATFORM(MAC) && HAVE(ACCESSIBILITY) change doesn't make much
sense. If you don't want accessibility in your port, you probably don't want to
compile the Accessibility* classes in the first place. Can you try wrapping the
entire classes with HAVE/ENABLE(ACCESSIBILITY) guards instead?
Thanks
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list