Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser/Tokenizer.cpp
Andreas Kling 8d7a1e5654 LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer
If we're just adding code points to a StringBuilder, there's no need to
revalidate the result.
2024-03-24 13:28:24 +01:00

47 KiB