From 12fd5ddd69500f504735d458093fe41e3da40a49 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 1 Dec 2019 09:55:53 +0000 Subject: HTML: Rename fire_dom_event to fire_generic_dom_event. --- content/handlers/html/interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html/interaction.c') 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 -- cgit v1.2.3