Files
ladybird/Libraries/LibGfx/Font
Jelle Raaijmakers 57a9c795d3 LibGfx+LibRegex: Prevent double hashing of values
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.
2026-02-23 16:44:07 +01:00
..