From f2993e6ed037023e28837c7c666627380235bd14 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 14:55:23 +0000 Subject: content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url svn path=/trunk/netsurf/; revision=13236 --- render/box_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_construct.c') 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); -- cgit v1.2.3