summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl')
-rw-r--r--Userland/Libraries/LibWeb/UIEvents/FocusEvent.idl2
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 = {});