summaryrefslogtreecommitdiff
path: root/src/core/comment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/comment.c')
-rw-r--r--src/core/comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/comment.c b/src/core/comment.c
index 564bcd8..ab49a66 100644
--- a/src/core/comment.c
+++ b/src/core/comment.c
@@ -38,7 +38,7 @@ static struct dom_node_protect_vtable comment_protect_vtable = {
* The returned node will already be referenced.
*/
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)
{
struct dom_comment *c;