Replace String(const char*) constructor with a String::fromLatin1(const char*) function. It is more consistent with String::fromUTF8() and makes it clearer that input is treated as Latin-1.
Created attachment 456777 [details] Patch
Created attachment 456782 [details] Patch
Comment on attachment 456782 [details] Patch r=me
Comment on attachment 456782 [details] Patch Clearing flags on attachment: 456782 Committed r292487 (?): <https://commits.webkit.org/r292487>
All reviewed patches have been landed. Closing bug.
<rdar://problem/91368828>