Bug 254962 - Update HTMLFastPathParser::scanAttributeValue() to return an AtomString
Summary: Update HTMLFastPathParser::scanAttributeValue() to return an AtomString
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-04-03 19:37 PDT by Chris Dumez
Modified: 2023-04-04 10:07 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-04-03 19:37:18 PDT
Update HTMLFastPathParser::scanAttributeValue() to return an AtomString instead of a std::variant<Span<const LChar>, Span<const UChar>>.
Comment 1 Chris Dumez 2023-04-03 19:51:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12353
Comment 2 EWS 2023-04-04 10:06:10 PDT
Committed 262580@main (7f3a0f6e0eff): <https://commits.webkit.org/262580@main>

Reviewed commits have been landed. Closing PR #12353 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-04 10:07:23 PDT
<rdar://problem/107617625>