aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/stylepropertymapreadonly.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/stylepropertymapreadonly.rs')
-rw-r--r--components/script/dom/stylepropertymapreadonly.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/stylepropertymapreadonly.rs b/components/script/dom/stylepropertymapreadonly.rs
index 78aaeede4a3..96eb481e90d 100644
--- a/components/script/dom/stylepropertymapreadonly.rs
+++ b/components/script/dom/stylepropertymapreadonly.rs
@@ -60,7 +60,7 @@ impl StylePropertyMapReadOnly {
}
}
-impl StylePropertyMapReadOnlyMethods for StylePropertyMapReadOnly {
+impl StylePropertyMapReadOnlyMethods<crate::DomTypeHolder> for StylePropertyMapReadOnly {
/// <https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymapreadonly-get>
fn Get(&self, property: DOMString) -> Option<DomRoot<CSSStyleValue>> {
// TODO: avoid constructing an Atom