mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
We had three instances of `pair_int_hash()` being called with a value that was pulled through `u32_hash()`, which is not necessary - both arguments to `pair_int_hash()` will be properly hashed.