[webkit-reviews] review granted: [Bug 55735] AX: kAXCellForColumnAndRowParameterizedAttribute doesn't work ARIA grids with colspans : [Attachment 84675] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 15:00:01 PST 2011


Beth Dakin <bdakin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 55735: AX: kAXCellForColumnAndRowParameterizedAttribute doesn't work ARIA
grids with colspans
https://bugs.webkit.org/show_bug.cgi?id=55735

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

------- Additional Comments from Beth Dakin <bdakin at apple.com>
140    int intRow = static_cast<int>(row);
 141	int intColumn = static_cast<int>(column);

This can probably be a soft-cast instead of a static cast, and I think that
would be better. We try to only use static_cast when necessary.


More information about the webkit-reviews mailing list