diff options
Diffstat (limited to 'components/script/dom/mutationrecord.rs')
-rw-r--r-- | components/script/dom/mutationrecord.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mutationrecord.rs b/components/script/dom/mutationrecord.rs index 15680f338bf..1b0673ed6d1 100644 --- a/components/script/dom/mutationrecord.rs +++ b/components/script/dom/mutationrecord.rs @@ -123,7 +123,7 @@ impl MutationRecord { } } -impl MutationRecordMethods for MutationRecord { +impl MutationRecordMethods<crate::DomTypeHolder> for MutationRecord { // https://dom.spec.whatwg.org/#dom-mutationrecord-type fn Type(&self) -> DOMString { self.record_type.clone() |