summaryrefslogtreecommitdiff
path: root/utils/corestrings.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/corestrings.c')
-rw-r--r--utils/corestrings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/corestrings.c b/utils/corestrings.c
index 1d20362a3..1a016a2ac 100644
--- a/utils/corestrings.c
+++ b/utils/corestrings.c
@@ -261,6 +261,7 @@ dom_string *corestring_dom_INPUT;
dom_string *corestring_dom_SELECT;
dom_string *corestring_dom_TEXTAREA;
dom_string *corestring_dom_BODY;
+dom_string *corestring_dom_HEAD;
dom_string *corestring_dom_html_namespace;
dom_string *corestring_dom_button;
dom_string *corestring_dom_image;
@@ -534,6 +535,7 @@ void corestrings_fini(void)
CSS_DOM_STRING_UNREF(SELECT);
CSS_DOM_STRING_UNREF(TEXTAREA);
CSS_DOM_STRING_UNREF(BODY);
+ CSS_DOM_STRING_UNREF(HEAD);
/* DOM namespaces, not really CSS */
CSS_DOM_STRING_UNREF(html_namespace);
/* DOM input types, not really CSS */
@@ -854,6 +856,7 @@ nserror corestrings_init(void)
CSS_DOM_STRING_INTERN(SELECT);
CSS_DOM_STRING_INTERN(TEXTAREA);
CSS_DOM_STRING_INTERN(BODY);
+ CSS_DOM_STRING_INTERN(HEAD);
/* DOM input types, not really CSS */
CSS_DOM_STRING_INTERN(button);
CSS_DOM_STRING_INTERN(image);