[webkit-reviews] review granted: [Bug 74771] Remove the duplicated code from ASCIICType.h : [Attachment 119715] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 17 09:12:39 PST 2011


Andreas Kling <kling at webkit.org> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 74771: Remove the duplicated code from ASCIICType.h
https://bugs.webkit.org/show_bug.cgi?id=74771

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119715&action=review


> Source/JavaScriptCore/wtf/ASCIICType.h:58
> +    return (c >= '0') && (c <= '9');

You don't need parentheses here. NABD.


More information about the webkit-reviews mailing list