diff options
Diffstat (limited to 'components/script/dom/htmlquoteelement.rs')
-rw-r--r-- | components/script/dom/htmlquoteelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlquoteelement.rs b/components/script/dom/htmlquoteelement.rs index 1caf6a1b46d..53ea04925d5 100644 --- a/components/script/dom/htmlquoteelement.rs +++ b/components/script/dom/htmlquoteelement.rs @@ -49,7 +49,7 @@ impl HTMLQuoteElement { } } -impl HTMLQuoteElementMethods for HTMLQuoteElement { +impl HTMLQuoteElementMethods<crate::DomTypeHolder> for HTMLQuoteElement { // https://html.spec.whatwg.org/multipage/#dom-quote-cite make_url_getter!(Cite, "cite"); |