summaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'javascript')
-rw-r--r--javascript/content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/content.c b/javascript/content.c
index ef1bedc8e..ef5614094 100644
--- a/javascript/content.c
+++ b/javascript/content.c
@@ -38,7 +38,7 @@ typedef struct javascript_content {
} javascript_content;
static nserror javascript_create(const content_handler *handler,
- lwc_string *imime_type, const http_parameter *params,
+ lwc_string *imime_type, const struct http_parameter *params,
llcache_handle *llcache, const char *fallback_charset,
bool quirks, struct content **c)
{