[webkit-reviews] review denied: [Bug 36022] Warning fix in EventHandler : [Attachment 50517] Fix warning in EventHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 11:33:45 PST 2010


Darin Adler <darin at apple.com> has denied Garret Kelly (Google)
<gdk at chromium.org>'s request for review:
Bug 36022: Warning fix in EventHandler
https://bugs.webkit.org/show_bug.cgi?id=36022

Attachment 50517: Fix warning in EventHandler
https://bugs.webkit.org/attachment.cgi?id=50517&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
We use "unsigned", not "unsigned int".

Vector sizes and indexes are actually size_t, not unsigned, so the
points.size() one should just be size_t.

review- so you can fix those


More information about the webkit-reviews mailing list