[webkit-reviews] review granted: [Bug 96823] Add 8 bit handling to SpaceSplitString : [Attachment 164217] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 15 09:35:06 PDT 2012


Sam Weinig <sam at webkit.org> has granted Michael Saboff <msaboff at apple.com>'s
request for review:
Bug 96823: Add 8 bit handling to SpaceSplitString
https://bugs.webkit.org/show_bug.cgi?id=96823

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=164217&action=review


> Source/WebCore/dom/SpaceSplitString.cpp:44
> +    return hasUpper || (ored & ~0x7F);    

Trailing whitespace.


More information about the webkit-reviews mailing list