Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b461b265791ff8142a6a47de3bed47101073939a
https://github.com/WebKit/WebKit/commit/b461b265791ff8142a6a47de3bed47101073939a
Author: Zak Ridouh <[email protected]>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M Source/WebCore/style/StyleUpdate.h
Log Message:
-----------
Use OrderedHashSet instead of ListHashSet in StyleUpdate.h
https://bugs.webkit.org/show_bug.cgi?id=315448
rdar://177807323
Reviewed by Tim Nguyen.
OrderedHashSet is faster & equivalent to ListHashSet. Use it instead.
There are no call sites that edit the sets while iterating over them, so the
conversion is safe.
* Source/WebCore/style/StyleUpdate.h:
Canonical link: https://commits.webkit.org/313817@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications