From b21f85a07226111c4f237ad83683fd56540a44b3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 23 Mar 2012 23:18:04 +0000 Subject: initial move to libdom svn path=/trunk/netsurf/; revision=13573 --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 26232a230..6449eb315 100644 --- a/render/html.c +++ b/render/html.c @@ -2604,7 +2604,7 @@ void html_dump_frameset(struct content_html_frames *frame, * \param h HTML content to retrieve document tree from * \return Pointer to document tree */ -xmlDoc *html_get_document(hlcache_handle *h) +dom_document *html_get_document(hlcache_handle *h) { html_content *c = (html_content *) hlcache_handle_get_content(h); -- cgit v1.2.3