[webkit-reviews] review granted: [Bug 72083] Switch table indexing to unsigned : [Attachment 115056] Fixed the reverse iterators after Darin's suggestion.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 11:46:06 PST 2011


Darin Adler <darin at apple.com> has granted Julien Chaffraix
<jchaffraix at webkit.org>'s request for review:
Bug 72083: Switch table indexing to unsigned
https://bugs.webkit.org/show_bug.cgi?id=72083

Attachment 115056: Fixed the reverse iterators after Darin's suggestion.
https://bugs.webkit.org/attachment.cgi?id=115056&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
4>c:\cygwin\home\buildbot\webkit\source\webcore\rendering\RenderTableSection.cp
p(1206) : warning C4804: '>=' : unsafe use of type 'bool' in operation

Probably need a ? 1 : 0 in there to make Windows build.


More information about the webkit-reviews mailing list