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 2d257ee2107..eb0b6c84d74 100644
--- a/components/script/dom/touch.rs
+++ b/components/script/dom/touch.rs
@@ -37,7 +37,7 @@ impl Touch {
) -> Touch {
Touch {
reflector_: Reflector::new(),
- identifier: identifier,
+ identifier,
target: MutDom::new(target),
screen_x: *screen_x,
screen_y: *screen_y,