Files
ladybird/Userland/Libraries/LibWeb/DOM/Node.cpp
Andreas Kling ad1853cbf5 LibWeb: Remove unnecessary layout node detach in DOM::Node::finalize()
Manually detaching the layout node is not necessary since both the DOM
and the layout tree is garbage collected anyway.
2023-08-28 23:36:22 +02:00

83 KiB