diff options
Diffstat (limited to 'components/script/dom/securitypolicyviolationevent.rs')
-rw-r--r-- | components/script/dom/securitypolicyviolationevent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/securitypolicyviolationevent.rs b/components/script/dom/securitypolicyviolationevent.rs index f258e326955..31bb29af2d2 100644 --- a/components/script/dom/securitypolicyviolationevent.rs +++ b/components/script/dom/securitypolicyviolationevent.rs @@ -100,7 +100,7 @@ impl SecurityPolicyViolationEvent { } #[allow(non_snake_case)] -impl SecurityPolicyViolationEventMethods for SecurityPolicyViolationEvent { +impl SecurityPolicyViolationEventMethods<crate::DomTypeHolder> for SecurityPolicyViolationEvent { /// <https://w3c.github.io/webappsec-csp/#dom-securitypolicyviolationevent-securitypolicyviolationevent> fn Constructor( global: &GlobalScope, |