[Webkit-unassigned] [Bug 36022] Warning fix in EventHandler

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


https://bugs.webkit.org/show_bug.cgi?id=36022


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50517|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2010-03-11 11:33:45 PST ---
(From update of attachment 50517)
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list