Files
ladybird/Userland/Libraries/LibWeb/DOM/Element.cpp
Andreas Kling 8412206cb4 LibWeb: Cache pseudo element layout nodes weakly on DOM::Element
Having the cache be strong created a reference cycle between DOM nodes
and their pseudo elements.
2022-10-20 15:16:23 +02:00

40 KiB