Files
ladybird/Userland/Libraries/LibWeb/Fetch/Infrastructure/FetchAlgorithms.h
Aliaksandr Kalenik 5951a93f51 LibWeb: Remove GC allocations in FetchAlgorithms constructor
We should not GC allocate in the constructors of GC-allocated objects
because a new allocation might trigger garbage collection, which in
turn might access not fully initialized objects.
2023-09-03 18:52:31 +02:00

4.2 KiB