mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
Replace the unsafe HashTable<GC::Weak<DOM::Node>> with GC::WeakHashSet<DOM::Node>. The null check in the iteration loop is no longer needed since WeakHashSet's iterator skips dead entries.
21 KiB
21 KiB