[Webkit-unassigned] [Bug 122448] [ATK] Support compilation of EFL/GTK without accessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 03:15:29 PDT 2013


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





--- Comment #6 from Krzysztof Czech <k.czech at samsung.com>  2013-10-08 03:14:19 PST ---
Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:1434
> > > +namespace WTR {
> > 
> > Is there code like this already inside AccessibilityUIElement.cpp?
> Yes there is, you mean it could be reused ?.
> Sounds good, I will check this.

It could be reused as well as I guess bits from AccessibilityUIController.cpp
Line #if !PLATFORM(MAC) && !PLATFORM(GTK) && !PLATFORM(EFL) in AccessibilityUIElement.cpp
can be changed to 
#if (!PLATFORM(MAC) && !PLATFORM(GTK) && !PLATFORM(EFL)) || !HAVE(ACCESSIBILITY)

but then respective mac files should have #if HAVE(ACCESSIBILITY) added, otherwise when accessibility is disabled, redefinition conflicts will happen.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list