[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 01:46:17 PDT 2013


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


Mario Sanchez Prada <mario at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #212541|review?                     |review-
               Flag|                            |




--- Comment #4 from Mario Sanchez Prada <mario at webkit.org>  2013-09-25 01:45:18 PST ---
(From update of attachment 212541)
View in context: https://bugs.webkit.org/attachment.cgi?id=212541&action=review

> 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.

-- 
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