summaryrefslogtreecommitdiff
path: root/content/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers')
-rw-r--r--content/handlers/html/html_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/html/html_script.c b/content/handlers/html/html_script.c
index 405f6d43c..1affb767c 100644
--- a/content/handlers/html/html_script.c
+++ b/content/handlers/html/html_script.c
@@ -91,7 +91,7 @@ nserror html_script_exec(html_content *c, bool allow_defer)
CONTENT_STATUS_DONE) {
/* external script is now available */
const char *data;
- size_t size;
+ unsigned long size;
data = content_get_source_data(
s->data.handle, &size );
script_handler(c->jscontext, data, size,