summaryrefslogtreecommitdiff
path: root/src/html/html_document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_document.h')
-rw-r--r--src/html/html_document.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/html/html_document.h b/src/html/html_document.h
index e3cd80a..57ec1ec 100644
--- a/src/html/html_document.h
+++ b/src/html/html_document.h
@@ -26,6 +26,10 @@ struct dom_html_document {
/* Cached strings for html objects to use */
dom_string *_memo_id; /**< Memoised 'id' */
+ dom_string *_memo_title;/**< Memoised 'title' */
+ dom_string *_memo_lang; /**< Memoised 'lang' */
+ dom_string *_memo_dir; /**< Memoised 'dir' */
+ dom_string *_memo_class;/**< Memoised 'class' */
};
/* Create a HTMLDocument */