summaryrefslogtreecommitdiff
path: root/src/core/doc_fragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/doc_fragment.h')
-rw-r--r--src/core/doc_fragment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/doc_fragment.h b/src/core/doc_fragment.h
index 9d3de76..b2c3e71 100644
--- a/src/core/doc_fragment.h
+++ b/src/core/doc_fragment.h
@@ -12,11 +12,10 @@
struct dom_document_fragment;
struct dom_document;
-struct dom_string;
struct lwc_string_s;
dom_exception _dom_document_fragment_create(struct dom_document *doc,
- struct lwc_string_s *name, struct dom_string *value,
+ struct lwc_string_s *name, dom_string *value,
struct dom_document_fragment **result);
void _dom_document_fragment_destroy(struct dom_document *doc,