LibWeb: Remove "locked for focus" concept

Corresponds to 5ba23f9f6d
This commit is contained in:
Sam Atkins 2025-04-11 16:15:50 +01:00 committed by Andreas Kling
commit 609d568776
Notes: github-actions[bot] 2025-04-18 09:08:31 +00:00
3 changed files with 4 additions and 20 deletions

View file

@ -35,9 +35,6 @@ protected:
// https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cryptographicnonce
String m_cryptographic_nonce;
// https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus
bool m_locked_for_focus { false };
};
}