WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
138860
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug