mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-04 02:07:59 +00:00
We can't use a HashMap with a small key that doesn't guarantee collisions. Change it to a HashTable instead. Fixes #3254
We can't use a HashMap with a small key that doesn't guarantee collisions. Change it to a HashTable instead. Fixes #3254