Files
ladybird/Userland/Libraries/LibWeb/Layout/TextNode.cpp
Andreas Kling 504d622864 LibWeb: Remove unnecessary temporary Vector in text layout
Now that we have Layout::TextNode::ChunkIterator, we don't need to
accumulate all the chunks in a vector before dividing them into lines.
2021-04-27 19:11:59 +02:00

12 KiB