Files
ladybird/Libraries/LibJS/Runtime/FinalizationRegistry.cpp
Andreas Kling b6bd38c55d AK+LibJS: Make SinglyLinkedList::remove() return a new iterator
This fixes an issue where the iterator could be in a bad state after
removing something from the list.

The behavior is also more idiomatic in general.
2025-12-25 20:21:37 +01:00

3.8 KiB