RESOLVED FIXED 76646
String::latin1() should take advantage of 8 bit strings
https://bugs.webkit.org/show_bug.cgi?id=76646
Summary String::latin1() should take advantage of 8 bit strings
Michael Saboff
Reported 2012-01-19 11:17:13 PST
8 bit strings by definition contain latin1 characters. If String::latin1() is called on an 8 bit string, we can just return the string.
Attachments
Patch (1.33 KB, patch)
2012-01-19 12:08 PST, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2012-01-19 12:08:22 PST
Geoffrey Garen
Comment 2 2012-01-19 15:57:53 PST
Comment on attachment 123168 [details] Patch r=me
Michael Saboff
Comment 3 2012-01-26 11:32:53 PST
Note You need to log in before you can comment on or make changes to this bug.