Files
serenity/Userland/Libraries/LibWeb/CSS/CSSRule.h
Sam Atkins afec5ff003 LibWeb/CSS: Clear CSSRule's cached layer name when it is moved
Through the CSSOM, rules can be moved around, and so anything cached
(for now just the qualified layer name) needs to be recalculated when
that happens. This method is virtual so that other rules will be able
to clear their cached data too.

(cherry picked from commit d935a00413cbfc0d292406a1b97a327715882078)
2024-11-18 09:48:28 -05:00

2.1 KiB