Files
ladybird/Libraries/LibWeb/HTML/Parser/HTMLTokenizer.h
Andreas Kling b10f2993b3 LibWeb: Use Optional<ssize_t> for the HTMLTokenizer insertion points
Instead of making a custom struct, we can just use Optional here,
to make the code feel a bit more idiomatic.
2025-10-24 08:52:53 +02:00

9.9 KiB