summaryrefslogtreecommitdiff
path: root/src/core/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/document.h')
-rw-r--r--src/core/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/document.h b/src/core/document.h
index a2b1801..6cf1f91 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -58,6 +58,7 @@ struct dom_document {
/**< The DocumentEvent interface */
dom_document_quirks_mode quirks;
/**< Document is in quirks mode */
+ dom_string *_memo_empty; /**< The string ''. */
};
/* Create a DOM document */