Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information