Bug 96823 - Add 8 bit handling to SpaceSplitString
Summary: Add 8 bit handling to SpaceSplitString
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 13:27 PDT by Michael Saboff
Modified: 2022-02-27 23:19 PST (History)
0 users

See Also:


Attachments
Patch (3.31 KB, patch)
2012-09-14 13:34 PDT, Michael Saboff
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2012-09-14 13:27:02 PDT
SpaceSplitStringData needs to updated to handle 8 bit strings.
Comment 1 Michael Saboff 2012-09-14 13:34:55 PDT
Created attachment 164217 [details]
Patch
Comment 2 Sam Weinig 2012-09-15 09:35:35 PDT
Comment on attachment 164217 [details]
Patch

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.
Comment 3 Michael Saboff 2012-09-15 15:48:09 PDT
Committed r128694: <http://trac.webkit.org/changeset/128694>