Files
ladybird/Userland/Libraries/LibWeb/HTML/TraversableNavigable.cpp
Aliaksandr Kalenik 3b3816e683 LibWeb: Remove changing_navigable_continuation capture in callback
Capturing a struct that owns bunch of JS::Handle makes it very hard to
understand what keeps these handles alive in the GC-graph.

Instead let's capture only members of a struct used in the callback.
2024-04-21 16:44:05 +02:00

59 KiB