Files
ladybird/Libraries/LibWeb/HTML/Navigable.cpp
Tim Ledbetter 279248960b LibWeb: Handle null active window in navigation abort task
There was already a null check before this task was queued, but it's
possible for the active window to become null between the time the task
is queued and executed, so we need to check again.
2026-03-20 15:56:27 -05:00

155 KiB