aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlinputelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlinputelement.rs')
-rw-r--r--components/script/dom/htmlinputelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlinputelement.rs b/components/script/dom/htmlinputelement.rs
index 901d154af17..85ebac012bb 100644
--- a/components/script/dom/htmlinputelement.rs
+++ b/components/script/dom/htmlinputelement.rs
@@ -2149,7 +2149,7 @@ impl HTMLInputElement {
// but we can get here from synthetic keydown events
button
.upcast::<Node>()
- .fire_synthetic_mouse_event_not_trusted(DOMString::from("click"), can_gc);
+ .fire_synthetic_pointer_event_not_trusted(DOMString::from("click"), can_gc);
}
},
None => {