Bug 269093

Summary: Use QualifiedNameImpl* as the hash key for Attribute
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2024-02-09 13:54:07 PST
Attribute currently uses AtomString::hash as the hash key. But this is slow so use AtomStringImpl* as the hash key instead.
Attachments
Ryosuke Niwa
Comment 1 2024-02-09 13:56:47 PST
EWS
Comment 2 2024-02-09 22:07:29 PST
Committed 274411@main (2511322b2a30): <https://commits.webkit.org/274411@main> Reviewed commits have been landed. Closing PR #24171 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-02-09 22:08:20 PST
Note You need to log in before you can comment on or make changes to this bug.