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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/document.h b/src/core/document.h
index d8e6945..a2b1801 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -190,6 +190,7 @@ dom_exception _dom_document_set_text_content(dom_node_internal *node,
/* End of vtable */
#define DOM_NODE_VTABLE_DOCUMENT \
+ _dom_node_try_destroy, \
_dom_node_get_node_name, \
_dom_node_get_node_value, \
_dom_node_set_node_value, \