mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Replace the unsafe HashTable<GC::Weak<Animation>> with GC::WeakHashSet<Animation>, and update all callers to use reference syntax instead of pointer syntax since the iterator now yields T&.