diff options
Diffstat (limited to 'components/script/dom/formdataevent.rs')
-rw-r--r-- | components/script/dom/formdataevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/formdataevent.rs b/components/script/dom/formdataevent.rs index a4f1b5a8513..fc1134f0f80 100644 --- a/components/script/dom/formdataevent.rs +++ b/components/script/dom/formdataevent.rs @@ -67,7 +67,7 @@ impl FormDataEvent { } } -impl FormDataEventMethods for FormDataEvent { +impl FormDataEventMethods<crate::DomTypeHolder> for FormDataEvent { // https://html.spec.whatwg.org/multipage/#formdataevent fn Constructor( window: &Window, |