Bug 315559
| Summary: | Use OrderedHashSet instead of ListHashSet in CustomStateSet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | DOM | Assignee: | Vitor Roriz <vitor.roriz> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
OrderedHashSet is faster and applicable here since m_states only uses add/remove/contains/clear.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177935725>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/65666
EWS
Committed 313879@main (9b47e077bcd9): <https://commits.webkit.org/313879@main>
Reviewed commits have been landed. Closing PR #65666 and removing active labels.