Bug 262631 - Simplify HTMLTokenizer::isAppropriateEndTag()
Summary: Simplify HTMLTokenizer::isAppropriateEndTag()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-04 10:07 PDT by Chris Dumez
Modified: 2023-10-04 13:40 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-10-04 10:07:48 PDT
Simplify HTMLTokenizer::isAppropriateEndTag() by leveraging `WTF::equal(LChar*, UChar*, unsigned)`.
Comment 1 Chris Dumez 2023-10-04 10:09:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18628
Comment 2 EWS 2023-10-04 13:39:10 PDT
Committed 268870@main (ae65b1cf3e1b): <https://commits.webkit.org/268870@main>

Reviewed commits have been landed. Closing PR #18628 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-04 13:40:20 PDT
<rdar://problem/116483189>