Files
ladybird/Userland/Libraries/LibWeb/CSS/SelectorEngine.cpp
Andreas Kling d78a007b5d LibWeb: Use split_view() in attribute selector matching
Using split() creates a new String object for each of the split tokens.
Use split_view() instead to avoid these unnecessary heap allocations.
2021-07-14 13:31:49 +02:00

10 KiB