aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/touchlist.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/touchlist.rs')
-rw-r--r--components/script/dom/touchlist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/touchlist.rs b/components/script/dom/touchlist.rs
index ede60a456ce..e139f23b2af 100644
--- a/components/script/dom/touchlist.rs
+++ b/components/script/dom/touchlist.rs
@@ -29,7 +29,7 @@ impl TouchList {
}
}
-impl TouchListMethods for TouchList {
+impl TouchListMethods<crate::DomTypeHolder> for TouchList {
/// <https://w3c.github.io/touch-events/#widl-TouchList-length>
fn Length(&self) -> u32 {
self.touches.len() as u32