[webkit-reviews] review granted: [Bug 87899] AX: Need AccessibilityObjects for nodes without renderers in canvas subtree : [Attachment 153367] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 16:43:03 PDT 2012


chris fleizach <cfleizach at apple.com> has granted Dominic Mazzoni
<dmazzoni at google.com>'s request for review:
Bug 87899: AX: Need AccessibilityObjects for nodes without renderers in canvas
subtree
https://bugs.webkit.org/show_bug.cgi?id=87899

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

------- Additional Comments from chris fleizach <cfleizach at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=153367&action=review


looks good. let's go for it

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:294
> +	       unsigned length = children.size();

i believe you want size_t for size() calls


More information about the webkit-reviews mailing list