Files
ladybird/Userland/Libraries/LibWeb/DOMURL/URLSearchParams.cpp
Jonne Ransijn a733e2a31c LibWeb: Fix use-after-move in URLSearchParams::update
This was previously still valid since the `Optional<String>` move
constructor copied its input, but since the move is now destructive,
the code no longer works.
2024-10-31 23:26:22 +01:00

14 KiB