summaryrefslogtreecommitdiff
path: root/src/core/doc_fragment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc_fragment.c')
-rw-r--r--src/core/doc_fragment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/doc_fragment.c b/src/core/doc_fragment.c
index eaef388..b6dbd26 100644
--- a/src/core/doc_fragment.c
+++ b/src/core/doc_fragment.c
@@ -45,7 +45,7 @@ dom_exception dom_document_fragment_create(struct dom_document *doc,
/* And initialise the node */
err = dom_node_initialise(&f->base, doc, DOM_DOCUMENT_FRAGMENT_NODE,
- name, value);
+ name, value, NULL, NULL);
if (err != DOM_NO_ERR) {
dom_document_alloc(doc, f, 0);
return err;