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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 89b90c8e2..049b648b3 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -36,7 +36,7 @@ typedef struct html_content {
/** Document tree */
dom_document *document;
/** Quirkyness of document */
- binding_quirks_mode quirks;
+ dom_document_quirks_mode quirks;
/** Encoding of source, NULL if unknown. */
char *encoding;