summaryrefslogtreecommitdiff
path: root/src/core/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/comment.h')
-rw-r--r--src/core/comment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/comment.h b/src/core/comment.h
index ef8791f..1951732 100644
--- a/src/core/comment.h
+++ b/src/core/comment.h
@@ -13,11 +13,10 @@
struct dom_comment;
struct dom_document;
-struct dom_string;
struct lwc_string_s;
dom_exception _dom_comment_create(struct dom_document *doc,
- struct lwc_string_s *name, struct dom_string *value,
+ struct lwc_string_s *name, dom_string *value,
struct dom_comment **result);
#define _dom_comment_initialise _dom_characterdata_initialise