From 5c25b8255a9c3e62bf7ac1264cc5443ea3f14abc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 31 Jul 2012 22:33:08 +0100 Subject: add post parse script execution --- render/html_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index 0f20cc1c3..b4e6d2c7c 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -158,6 +158,7 @@ void html_overflow_scroll_callback(void *client_data, /* in render/html_script.c */ dom_hubbub_error html_process_script(void *ctx, dom_node *node); void html_free_scripts(html_content *html); +bool html_scripts_exec(html_content *c); /* in render/html_forms.c */ struct form *html_forms_get_forms(const char *docenc, dom_html_document *doc); -- cgit v1.2.3