diff options
Diffstat (limited to 'components/script/dom/formdataevent.rs')
-rw-r--r-- | components/script/dom/formdataevent.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/components/script/dom/formdataevent.rs b/components/script/dom/formdataevent.rs index 00b6c0718b3..2f4b765290c 100644 --- a/components/script/dom/formdataevent.rs +++ b/components/script/dom/formdataevent.rs @@ -33,14 +33,7 @@ impl FormDataEvent { cancelable: EventCancelable, form_data: &FormData, ) -> DomRoot<FormDataEvent> { - Self::new_with_proto( - global, - None, - type_, - can_bubble, - cancelable, - form_data, - ) + Self::new_with_proto(global, None, type_, can_bubble, cancelable, form_data) } fn new_with_proto( |