mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
Calling document().paintable() asserts layout_is_up_to_date(), which can fail when the handler is destroyed during a navigation. Guard the repaint call so the destructor is safe to run regardless of layout state.