diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl b/Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl index 1cba0af8fd..c46c9dd480 100644 --- a/Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl +++ b/Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl @@ -1,6 +1,6 @@ #import <UIEvents/UIEvent.idl> -[Exposed=Window] +[Exposed=Window, NoInstanceWrapper] interface FocusEvent : UIEvent { constructor(DOMString type, optional FocusEventInit eventInitDict = {}); |