diff options
Diffstat (limited to 'components/script/dom/stylesheet.rs')
-rw-r--r-- | components/script/dom/stylesheet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/stylesheet.rs b/components/script/dom/stylesheet.rs index 3a35302c58e..bedb79c931d 100644 --- a/components/script/dom/stylesheet.rs +++ b/components/script/dom/stylesheet.rs @@ -37,7 +37,7 @@ impl StyleSheet { } } -impl StyleSheetMethods for StyleSheet { +impl StyleSheetMethods<crate::DomTypeHolder> for StyleSheet { // https://drafts.csswg.org/cssom/#dom-stylesheet-type fn Type_(&self) -> DOMString { self.type_.clone() |