[webkit-reviews] review granted: [Bug 62335] VoiceOver cannot navigate the itunes album view table : [Attachment 96501] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 10:24:33 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 62335: VoiceOver cannot navigate the itunes album view table
https://bugs.webkit.org/show_bug.cgi?id=62335

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

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=96501&action=review

r=me with the unsigned => size_t changes.

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

This should be size_t instead of unsigned.

> Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:120
> +	       for (unsigned i = 0; i < length; ++i)

unsigned => size_t


More information about the webkit-reviews mailing list