[Webkit-unassigned] [Bug 236283] New: HTMLToken::beginStartTag can take an 8 bit character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 20:43:45 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236283

            Bug ID: 236283
           Summary: HTMLToken::beginStartTag can take an 8 bit character
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220208/7c8f1777/attachment.htm>


More information about the webkit-unassigned mailing list