diff options
Diffstat (limited to 'components/script/dom/webidls/FormDataEvent.webidl')
-rw-r--r-- | components/script/dom/webidls/FormDataEvent.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/FormDataEvent.webidl b/components/script/dom/webidls/FormDataEvent.webidl index d34f57b3a09..e478a33a729 100644 --- a/components/script/dom/webidls/FormDataEvent.webidl +++ b/components/script/dom/webidls/FormDataEvent.webidl @@ -4,7 +4,7 @@ // https://html.spec.whatwg.org/multipage/#the-formdataevent-interface [Exposed=Window, - Constructor(DOMString type, optional FormDataEventInit eventInitDict)] + Constructor(DOMString type, optional FormDataEventInit eventInitDict = {})] interface FormDataEvent : Event { readonly attribute FormData formData; }; |