RESOLVED FIXED 36022
Warning fix in EventHandler
https://bugs.webkit.org/show_bug.cgi?id=36022
Summary Warning fix in EventHandler
Garret Kelly
Reported 2010-03-11 10:53:51 PST
Fix an unsigned integer comparison warning.
Attachments
Fix warning in EventHandler (1.68 KB, patch)
2010-03-11 11:15 PST, Garret Kelly
darin: review-
Garret Kelly
Comment 1 2010-03-11 11:15:25 PST
Created attachment 50517 [details] Fix warning in EventHandler
Garret Kelly
Comment 2 2010-03-11 11:25:35 PST
Already fixed. Oops.
Darin Adler
Comment 3 2010-03-11 11:33:45 PST
Comment on attachment 50517 [details] Fix warning in EventHandler 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
Note You need to log in before you can comment on or make changes to this bug.