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.h6
1 files changed, 3 insertions, 3 deletions
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;