summaryrefslogtreecommitdiff
path: root/src/core/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/element.h')
-rw-r--r--src/core/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/element.h b/src/core/element.h
index 9092a48..5873396 100644
--- a/src/core/element.h
+++ b/src/core/element.h
@@ -145,6 +145,7 @@ dom_exception _dom_element_is_default_namespace(dom_node_internal *node,
dom_exception _dom_element_lookup_namespace(dom_node_internal *node,
dom_string *prefix, dom_string **result);
#define DOM_NODE_VTABLE_ELEMENT \
+ _dom_node_try_destroy, \
_dom_node_get_node_name, \
_dom_node_get_node_value, \
_dom_node_set_node_value, \