Bug 269093
| Summary: | Use QualifiedNameImpl* as the hash key for Attribute | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | DOM | Assignee: | 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
Attribute currently uses AtomString::hash as the hash key.
But this is slow so use AtomStringImpl* as the hash key instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/24171
EWS
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
<rdar://problem/122693092>