Files
ladybird/Libraries/LibWeb/CSS/StyleScope.h
Callum Law 3d150e46c2 LibWeb: Avoid template for StyleScope::for_each_stylesheet
This only ever takes a `Function<void(CSS::CSSStyleSheet&)` so there is
no need to use a template here.
2026-02-23 11:21:09 +00:00

4.3 KiB