mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45: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