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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/document.h b/src/core/document.h
index 4f9990c..f79c9a9 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -50,7 +50,9 @@ struct dom_document {
struct list_entry pending_nodes;
/**< The deletion pending list */
- dom_string *id_name; /**< The ID attribute's name */
+ dom_string *id_name; /**< The ID attribute's name */
+
+ lwc_string *class_string; /**< The string "class". */
dom_document_event_internal dei;
/**< The DocumentEVent interface */