SpaceSplitStringData needs to updated to handle 8 bit strings.
Created attachment 164217 [details] Patch
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.
Committed r128694: <http://trac.webkit.org/changeset/128694>