Bug 138860 - Have Vector::size() return an unsigned type instead of size_t
Summary: Have Vector::size() return an unsigned type instead of size_t
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-18 19:25 PST by Chris Dumez
Modified: 2014-12-09 17:20 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Alexey Proskuryakov 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.