summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_internal.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-01 09:55:53 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-12-01 21:25:46 +0000
commit12fd5ddd69500f504735d458093fe41e3da40a49 (patch)
treec5dc9eefe648dbb47691235afcd5aded7acab44b /content/handlers/html/html_internal.h
parentc4919105baf663ae3cd8fa79e303eca032b11a33 (diff)
downloadnetsurf-12fd5ddd69500f504735d458093fe41e3da40a49.tar.gz
netsurf-12fd5ddd69500f504735d458093fe41e3da40a49.tar.bz2
HTML: Rename fire_dom_event to fire_generic_dom_event.
Diffstat (limited to 'content/handlers/html/html_internal.h')
-rw-r--r--content/handlers/html/html_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/html_internal.h b/content/handlers/html/html_internal.h
index 11891e681..f24acff82 100644
--- a/content/handlers/html/html_internal.h
+++ b/content/handlers/html/html_internal.h
@@ -401,7 +401,7 @@ nserror html_object_abort_objects(html_content *html);
* Construct an event and fire it at the DOM
*
*/
-bool fire_dom_event(dom_string *type, dom_node *target,
+bool fire_generic_dom_event(dom_string *type, dom_node *target,
bool bubbles, bool cancelable);
/* Useful dom_string pointers */