From d7289f67012f14471f4ccab911c3a976af52625a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Jul 2012 17:33:15 -0600 Subject: remove parser binding layer --- render/html_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index acd7a2cdc..89b90c8e2 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -31,8 +31,8 @@ typedef struct html_content { struct content base; - /** Parser object handle */ - void *parser_binding; + dom_hubbub_parser *parser; /**< Parser object handle */ + /** Document tree */ dom_document *document; /** Quirkyness of document */ @@ -41,7 +41,7 @@ typedef struct html_content { /** Encoding of source, NULL if unknown. */ char *encoding; /** Source of encoding information. */ - binding_encoding_source encoding_source; + dom_hubbub_encoding_source encoding_source; /** Base URL (may be a copy of content->url). */ nsurl *base_url; -- cgit v1.2.3