summaryrefslogtreecommitdiff
path: root/content/handlers/html/interaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/interaction.c')
-rw-r--r--content/handlers/html/interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/interaction.c b/content/handlers/html/interaction.c
index 61f4173fd..bc130f077 100644
--- a/content/handlers/html/interaction.c
+++ b/content/handlers/html/interaction.c
@@ -1172,7 +1172,7 @@ html_mouse_action(struct content *c,
/* fire dom click event */
if (mouse & BROWSER_MOUSE_CLICK_1) {
- fire_dom_event(corestring_dom_click, node, true, true);
+ fire_generic_dom_event(corestring_dom_click, node, true, true);
}
/* deferred actions that can cause this browser_window to be destroyed