diff options
Diffstat (limited to 'components/script/dom/customevent.rs')
-rw-r--r-- | components/script/dom/customevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/customevent.rs b/components/script/dom/customevent.rs index 459747b6ca4..4b82f335643 100644 --- a/components/script/dom/customevent.rs +++ b/components/script/dom/customevent.rs @@ -84,7 +84,7 @@ impl CustomEvent { } } -impl CustomEventMethods for CustomEvent { +impl CustomEventMethods<crate::DomTypeHolder> for CustomEvent { // https://dom.spec.whatwg.org/#dom-customevent-customevent fn Constructor( global: &GlobalScope, |