Files
ladybird/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
Zaggy1024 c9849aeadd LibWeb: Use a switch instead of HashMap to get absolute size mappings
A `HashMap` is unnecessary complexity for such a small set of possible
keys, let's let the optimizer actually understand what's happening.
2023-09-09 13:03:11 +02:00

121 KiB