aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/touch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/touch.rs')
-rw-r--r--components/script/dom/touch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/touch.rs b/components/script/dom/touch.rs
index fcb1c1bee86..982f74a58bc 100644
--- a/components/script/dom/touch.rs
+++ b/components/script/dom/touch.rs
@@ -70,7 +70,7 @@ impl Touch {
}
}
-impl TouchMethods for Touch {
+impl TouchMethods<crate::DomTypeHolder> for Touch {
/// <https://w3c.github.io/touch-events/#widl-Touch-identifier>
fn Identifier(&self) -> i32 {
self.identifier