summaryrefslogtreecommitdiff
path: root/src/core/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/attr.h')
-rw-r--r--src/core/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/attr.h b/src/core/attr.h
index 2558f65..ce40c29 100644
--- a/src/core/attr.h
+++ b/src/core/attr.h
@@ -62,6 +62,7 @@ dom_exception _dom_attr_is_default_namespace(dom_node_internal *node,
dom_exception _dom_attr_lookup_namespace(dom_node_internal *node,
dom_string *prefix, dom_string **result);
#define DOM_NODE_VTABLE_ATTR \
+ _dom_node_try_destroy, \
_dom_node_get_node_name, \
_dom_attr_get_node_value, /*overload*/\
_dom_node_set_node_value, \