RESOLVED FIXED 265518
[CSS] Don't construct CSSSelectorList when not needed
https://bugs.webkit.org/show_bug.cgi?id=265518
Summary [CSS] Don't construct CSSSelectorList when not needed
Matthieu Dubet
Reported 2023-11-29 06:54:44 PST
CSSSelectorList is an optimized data structure which takes some time to construct. We should doing it too early or when it's unnecessary.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-29 06:54:58 PST
Matthieu Dubet
Comment 2 2023-11-29 07:41:51 PST
EWS
Comment 3 2023-11-29 11:02:55 PST
Committed 271290@main (3ff376ea3d2a): <https://commits.webkit.org/271290@main> Reviewed commits have been landed. Closing PR #21052 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.