RESOLVED FIXED 151005
Use StringView::upconvertedCharacters() to make a 16-bit copy in String.prototype.normalize
https://bugs.webkit.org/show_bug.cgi?id=151005
Summary Use StringView::upconvertedCharacters() to make a 16-bit copy in String.proto...
Sukolsak Sakshuwong
Reported 2015-11-08 01:22:04 PST
According to Darin Adler, the idiom for making a temporary 16-bit copy of a string is to use StringView::upconvertedCharacters(). (https://bugs.webkit.org/show_bug.cgi?id=147604#c9)
Attachments
Patch (2.49 KB, patch)
2015-11-08 01:31 PST, Sukolsak Sakshuwong
no flags
Sukolsak Sakshuwong
Comment 1 2015-11-08 01:31:25 PST
Michael Saboff
Comment 2 2015-11-08 07:21:52 PST
Comment on attachment 265013 [details] Patch r=me
WebKit Commit Bot
Comment 3 2015-11-08 10:36:53 PST
Comment on attachment 265013 [details] Patch Clearing flags on attachment: 265013 Committed r192146: <http://trac.webkit.org/changeset/192146>
WebKit Commit Bot
Comment 4 2015-11-08 10:36:56 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.