RESOLVED WONTFIX138860
Have Vector::size() return an unsigned type instead of size_t
https://bugs.webkit.org/show_bug.cgi?id=138860
Summary Have Vector::size() return an unsigned type instead of size_t
Chris Dumez
Reported 2014-11-18 19:25:48 PST
Have Vector::size() return an unsigned type instead of size_t and the size is also stored as an unsigned internally.
Attachments
Alexey Proskuryakov
Comment 1 2014-11-18 21:25:10 PST
This doesn't strike me as the right direction. 4Gb is not much, and we should have more of WebKit work with the right data types, not less.
Note You need to log in before you can comment on or make changes to this bug.