[webkit-reviews] review granted: [Bug 94879] Unify Number to StringImpl conversion : [Attachment 160295] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 16:20:22 PDT 2012


Geoffrey Garen <ggaren at apple.com> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 94879: Unify Number to StringImpl conversion
https://bugs.webkit.org/show_bug.cgi?id=94879

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

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=160295&action=review


r=me

> Source/WTF/wtf/text/IntegerToStringConversion.cpp:51
> +    typename UnsignedIntegerTrait<SignedIntegerType>::Type workInteger;

To be more specific, let's call "workInteger" "unsignedInteger" instead.


More information about the webkit-reviews mailing list