[Webkit-unassigned] [Bug 45383] [Gtk] Incorrect exposure of list items whose children are elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 13:53:51 PDT 2010


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


chris fleizach <cfleizach at apple.com> changed:

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




--- Comment #9 from chris fleizach <cfleizach at apple.com>  2010-09-21 13:53:51 PST ---
(From update of attachment 68261)
View in context: https://bugs.webkit.org/attachment.cgi?id=68261&action=review

> WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:2038
> +                if (children.size() > 0) {

sorry...

this should just be
if (children.size())

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