Files
ladybird/Userland/Libraries/LibWeb/IntersectionObserver/IntersectionObserver.cpp
Andreas Kling 518cedc8f3 LibWeb: Don't store root as JS::Handle in IntersectionObserver
Instead, use a JS::GCPtr and visit it, to prevent GC reference cycles.
2024-04-03 18:14:33 +02:00

9.8 KiB