[Webkit-unassigned] [Bug 31035] [GTK] some accessibility tests hitting assertion in debug builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 02:15:07 PST 2009


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


Jan Alonzo <jmalonzo at gmail.com> changed:

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




--- Comment #7 from Jan Alonzo <jmalonzo at gmail.com>  2009-11-03 02:15:07 PDT ---
(From update of attachment 42359)
> +    AccessibilityObject::AccessibilityChildrenVector children = coreObject->children();
> +    if (index < 0 || index >= children.size())
> +        return 0;
>  
>      AccessibilityObject* coreChild = coreObject->children().at(index).get();

It would be nice if we can just reuse children here instead of calling to
coreObject again.

r- because it needs one more round.

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