[webkit-reviews] review denied: [Bug 45383] [Gtk] Incorrect exposure of list items whose children are elements : [Attachment 68261] Patch proposal

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


chris fleizach <cfleizach at apple.com> has denied Mario Sanchez Prada
<msanchez at igalia.com>'s request for review:
Bug 45383: [Gtk] Incorrect exposure of list items whose children are elements
https://bugs.webkit.org/show_bug.cgi?id=45383

Attachment 68261: Patch proposal
https://bugs.webkit.org/attachment.cgi?id=68261&action=review

------- Additional Comments from chris fleizach <cfleizach at apple.com>
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())


More information about the webkit-reviews mailing list