summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 0c0b5fee5..83547401c 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -105,7 +105,7 @@ typedef struct html_content {
} html_content;
-bool html_fetch_object(html_content *c, const char *url, struct box *box,
+bool html_fetch_object(html_content *c, nsurl *url, struct box *box,
content_type permitted_types,
int available_width, int available_height,
bool background);