LibWeb: Update spec comments for dialog, popover and close watcher

This commit is contained in:
Luke Warlow
2025-01-24 12:44:17 +00:00
committed by Tim Ledbetter
parent 0bb0061915
commit 391a08bf17
6 changed files with 165 additions and 114 deletions

View File

@@ -46,6 +46,8 @@ private:
void run_dialog_focusing_steps();
void set_close_watcher();
String m_return_value;
bool m_is_modal { false };
GC::Ptr<CloseWatcher> m_close_watcher;