[webkit-reviews] review granted: [Bug 62508] DocumentParser::appendBytes should use size_t for length instead of int : [Attachment 96871] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 12 18:27:45 PDT 2011


Darin Adler <darin at apple.com> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 62508: DocumentParser::appendBytes should use size_t for length instead of
int
https://bugs.webkit.org/show_bug.cgi?id=62508

Attachment 96871: Patch
https://bugs.webkit.org/attachment.cgi?id=96871&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
Looks like all these call sites ignored the argument, except for
DecodedDataDocumentParser::appendBytes, which turned around and passed it to a
function that takes size_t. So this patch is pure goodness.


More information about the webkit-reviews mailing list