mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Currently we're relying on LineBuilder's destructor to handle updating the last line, if required. In order to fix an issue with our absolute positioning code, we need to be able to update the last line earlier than that. Remove the destructor and replace it with an explicit call to LineBuilder::update_last_line(). No functional changes.
2.2 KiB
2.2 KiB