summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 845490451..2aa9ff091 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -1103,7 +1103,7 @@ css_select_results *box_get_style(html_content *c,
inline_style = nscss_create_inline_style(
(uint8_t *) s, strlen(s),
c->encoding,
- nsurl_access(content__get_url(&c->base)),
+ nsurl_access(content_get_url(&c->base)),
c->quirks != BINDING_QUIRKS_MODE_NONE,
box_style_alloc, NULL);