Update the Vector API to deal with unsigned types instead of size_t. Vector already uses unsigned for its size / capacity members but the API was never updated accordingly.
Created attachment 241768 [details] WIP Patch
Attachment 241768 [details] did not pass style-queue: ERROR: Source/WTF/wtf/Vector.h:199: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 1 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 241769 [details] WIP Patch
Created attachment 241792 [details] Patch
Comment on attachment 241792 [details] Patch I owe you a $beverage! r=me
Comment on attachment 241792 [details] Patch Clearing flags on attachment: 241792 Committed r176275: <http://trac.webkit.org/changeset/176275>
All reviewed patches have been landed. Closing bug.