Files
ladybird/Libraries/LibWeb/Page
Johan Dahlin 38ef7e0180 LibWeb: Guard MiddleButtonScrollHandler destructor against stale layout
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.
2026-04-27 14:03:39 +02:00
..