Files
ladybird/Libraries/LibWeb/HTML/UniversalGlobalScope.cpp
Andreas Kling aa9c478ee9 LibWeb: Don't leak the about-to-be-notified rejected promises list
Use GC::HeapVector instead of Vector<GC::Root> to prevent this list from
creating reference cycles and leaking the world.
2025-12-25 20:21:37 +01:00

11 KiB