Files
ladybird/Libraries/LibWeb/HTML/HTMLDialogElement.cpp
Luke Warlow 62f4cebbee LibWeb: Fix dialog.requestClose() crash
The spec previously asserted that close watcher was not null.

This could lead to a crash in some situations,
so instead we skip to close the dialog.
2025-02-04 12:22:25 +01:00

17 KiB