Bug 138860

Summary: Have Vector::size() return an unsigned type instead of size_t
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.