RESOLVED FIXED72288
Towards 8 Bit Strings: Templatize YARR Parser
https://bugs.webkit.org/show_bug.cgi?id=72288
Summary Towards 8 Bit Strings: Templatize YARR Parser
Michael Saboff
Reported 2011-11-14 10:50:06 PST
The current YARR parser calls StringImpl::characters(). Converting the parser to a template will allow the code to call characters8() or characters16() as appropriate.
Attachments
Patch (2.27 KB, patch)
2011-11-14 11:01 PST, Michael Saboff
oliver: review+
Michael Saboff
Comment 1 2011-11-14 11:01:08 PST
Oliver Hunt
Comment 2 2011-11-14 11:04:13 PST
Comment on attachment 114987 [details] Patch r=me
Michael Saboff
Comment 3 2011-11-14 11:25:54 PST
Note You need to log in before you can comment on or make changes to this bug.