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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html/html_document.h b/src/html/html_document.h
index a77a683..e3cd80a 100644
--- a/src/html/html_document.h
+++ b/src/html/html_document.h
@@ -23,6 +23,9 @@ struct dom_html_document {
dom_string *domain; /**< HTML document domain */
dom_string *url; /**< HTML document URL */
dom_string *cookie; /**< HTML document cookie */
+
+ /* Cached strings for html objects to use */
+ dom_string *_memo_id; /**< Memoised 'id' */
};
/* Create a HTMLDocument */