[webkit-reviews] review granted: [Bug 66399] Reduce usages of String::createUninitialized : [Attachment 104219] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 14:04:44 PDT 2011


Adam Barth <abarth at webkit.org> has granted Annie Sullivan
<sullivan at chromium.org>'s request for review:
Bug 66399: Reduce usages of String::createUninitialized
https://bugs.webkit.org/show_bug.cgi?id=66399

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=104219&action=review


> Source/WebCore/html/parser/HTMLSourceTracker.cpp:59
> +    int length = token.endIndex() - token.startIndex();

int => size_t probably


More information about the webkit-reviews mailing list