RESOLVED FIXED 236283
HTMLToken::beginStartTag can take an 8 bit character
https://bugs.webkit.org/show_bug.cgi?id=236283
Summary HTMLToken::beginStartTag can take an 8 bit character
Cameron McCormack (:heycam)
Reported 2022-02-07 20:43:45 PST
HTMLToken::beginStartTag is only ever called with an ASCII lowercase letter. It can take an LChar instead of a UChar, and we can avoid updating m_data8BitCheck.
Attachments
Patch (1.86 KB, patch)
2022-02-07 20:45 PST, Cameron McCormack (:heycam)
no flags
Cameron McCormack (:heycam)
Comment 1 2022-02-07 20:45:25 PST
EWS
Comment 2 2022-02-08 11:33:35 PST
Committed r289410 (246977@main): <https://commits.webkit.org/246977@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451203 [details].
Radar WebKit Bug Importer
Comment 3 2022-02-08 11:34:20 PST
Note You need to log in before you can comment on or make changes to this bug.