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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/document.h b/src/core/document.h
index de49cf2..2837893 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -54,6 +54,8 @@ struct dom_document {
dom_string *class_string; /**< The string "class". */
+ dom_string *script_string; /**< The string "script". */
+
dom_document_event_internal dei;
/**< The DocumentEvent interface */
dom_document_quirks_mode quirks;