Files
ladybird/Userland/Libraries/LibWeb/HTML/Scripting/Fetching.cpp
Andreas Kling 19494b436b LibWeb: Fix unsafe capture in fetch_external_module_script_graph()
We can't be capturing the AK::URL by reference here, since on_complete
may be called later, after the value is no longer alive.
2022-10-06 18:29:52 +02:00

17 KiB