mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Fixup hubbub binding
svn path=/trunk/netsurf/; revision=5576
This commit is contained in:
parent
2d7516b398
commit
a55c1f6e41
@ -132,7 +132,7 @@ void *binding_create_tree(void *arena, const char *charset)
|
||||
ctx->document = NULL;
|
||||
ctx->owns_doc = true;
|
||||
|
||||
ctx->parser = hubbub_parser_create(charset, myrealloc, arena);
|
||||
ctx->parser = hubbub_parser_create(charset, true, myrealloc, arena);
|
||||
if (ctx->parser == NULL) {
|
||||
free(ctx);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user