summaryrefslogtreecommitdiff
path: root/src/core/document_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/document_type.h')
-rw-r--r--src/core/document_type.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/document_type.h b/src/core/document_type.h
index 649b027..50dd5ea 100644
--- a/src/core/document_type.h
+++ b/src/core/document_type.h
@@ -16,8 +16,7 @@ struct dom_implementation;
void _dom_document_type_destroy(struct dom_node_internal *doctypenode);
dom_exception _dom_document_type_initialise(struct dom_document_type *doctype,
struct dom_string *qname, struct dom_string *public_id,
- struct dom_string *system_id, dom_alloc alloc, void *pw,
- struct lwc_context_s *ctx);
+ struct dom_string *system_id, dom_alloc alloc, void *pw);
void _dom_document_type_finalise(struct dom_document_type *doctype);
/* The virtual functions of DocumentType */