Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 39912bcd83749b4436b92c194ff664d471885c93
https://github.com/WebKit/WebKit/commit/39912bcd83749b4436b92c194ff664d471885c93
Author: Zak Ridouh <[email protected]>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M Source/WebCore/page/Page.cpp
Log Message:
-----------
Use OrderedHashSet instead of ListHashSet in Page.cpp
https://bugs.webkit.org/show_bug.cgi?id=315447
rdar://177807096
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/page/Page.cpp:
(WebCore::Page::editableElementsInRect const):
Canonical link: https://commits.webkit.org/313804@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications