Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b47e077bcd9b2714dc1f441c176e98a78f8295c
https://github.com/WebKit/WebKit/commit/9b47e077bcd9b2714dc1f441c176e98a78f8295c
Author: Vitor Roriz <[email protected]>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M Source/WebCore/dom/CustomStateSet.h
Log Message:
-----------
Use OrderedHashSet instead of ListHashSet in CustomStateSet
https://bugs.webkit.org/show_bug.cgi?id=315559
rdar://177935725
Reviewed by Alan Baradlay.
OrderedHashSet is faster and applicable here since m_states only uses
add/remove/contains/clear.
* Source/WebCore/dom/CustomStateSet.h:
Canonical link: https://commits.webkit.org/313879@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications