[webkit-reviews] review granted: [Bug 20868] webkit should use AX array centric API for performance : [Attachment 23572] AX Array API updated patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 19 12:43:54 PDT 2008
Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 20868: webkit should use AX array centric API for performance
https://bugs.webkit.org/show_bug.cgi?id=20868
Attachment 23572: AX Array API updated patch
https://bugs.webkit.org/attachment.cgi?id=23572&action=edit
------- Additional Comments from Darin Adler <darin at apple.com>
1947 return [super accessibilityIndexOfChild:child];
I think I was wrong to suggest you call super here. I think this should just
return not found for consistency with the other functions.
r=me
More information about the webkit-reviews
mailing list