[webkit-reviews] review requested: [Bug 50405] Update ResourceLoaderSet Enumeration : [Attachment 75416] [PATCH] "size_t" instead of "unsigned"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 14:52:05 PST 2010


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 50405: Update ResourceLoaderSet Enumeration
https://bugs.webkit.org/show_bug.cgi?id=50405

Attachment 75416: [PATCH] "size_t" instead of "unsigned"
https://bugs.webkit.org/attachment.cgi?id=75416&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
• unsigned is always 32 bit.
• size_t may be 64 bits when built in 64 bit.

So size_t should always be used with other size_t's.


More information about the webkit-reviews mailing list