[Webkit-unassigned] [Bug 112003] [EFL] accessibility/loading-iframe-sends-notification.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 25 02:16:03 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=112003
--- Comment #6 from Krzysztof Czech <k.czech at samsung.com> 2013-09-25 02:15:03 PST ---
> > Source/WebCore/dom/Document.cpp:2487
> > +#if PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || (PLATFORM(EFL) && HAVE(ACCESSIBILITY))
>
> There are dummy implementations in AXObjectCache if !HAVE(ACCESSIBILITY), so you do not need to add that condition there. Just adding "|| PLATFORM(EFL)" should be enough
>
> > Source/WebCore/page/FrameView.cpp:1328
> > +#if PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK) || (PLATFORM(EFL) && HAVE(ACCESSIBILITY))
>
> Ditto.
Indeed, corrected.
Thanks
--
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