mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
As Vector<T> will relocate objects to resize, we cannot assume that the address of a specific LocalFrame will stay constant, or that the reference will not be dangling to begin with. Fixes an assertion that fires when a frame push causes the Vector to reallocate.
85 KiB
85 KiB