summaryrefslogtreecommitdiff
path: root/utils/corestrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/corestrings.h')
-rw-r--r--utils/corestrings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/corestrings.h b/utils/corestrings.h
index 2c3c4482c..415dece26 100644
--- a/utils/corestrings.h
+++ b/utils/corestrings.h
@@ -273,6 +273,8 @@ extern struct dom_string *corestring_dom_INPUT;
extern struct dom_string *corestring_dom_SELECT;
extern struct dom_string *corestring_dom_TEXTAREA;
extern struct dom_string *corestring_dom_BODY;
+/* DOM namespaces */
+extern struct dom_string *corestring_dom_html_namespace;
/* DOM input node types */
extern struct dom_string *corestring_dom_button;
/* extern struct dom_string *corestring_dom_submit; */