Files
ladybird/Userland/Libraries/LibWeb/DOM/Node.cpp
Andreas Kling 413eb19579 LibWeb: Skip UTF-8 validation in Node::descendant_text_content()
Since we're just concatenating a bunch of strings that are already
UTF-8, we don't need to check that the result is also UTF-8.
2024-01-24 07:55:13 +01:00

86 KiB