summaryrefslogtreecommitdiff
path: root/test/testutils/load.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-06 18:57:22 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-06 18:57:22 +0100
commitd75d3600ad235c70d36a0789382046b4904ad5d2 (patch)
tree1fd2e1e515a66a2e3aa4770c7e18d736ba10c5d0 /test/testutils/load.c
parent66ab4b45554726cdd4e109a96251604096fd73da (diff)
downloadlibdom-d75d3600ad235c70d36a0789382046b4904ad5d2.tar.gz
libdom-d75d3600ad235c70d36a0789382046b4904ad5d2.tar.bz2
update dom hubbub binding to allow for script control
Diffstat (limited to 'test/testutils/load.c')
-rw-r--r--test/testutils/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/load.c b/test/testutils/load.c
index 254aa8d..e725fc3 100644
--- a/test/testutils/load.c
+++ b/test/testutils/load.c
@@ -103,7 +103,7 @@ dom_document *load_html(const char *file, bool willBeModified)
UNUSED(willBeModified);
- parser = dom_hubbub_parser_create(NULL, true, mymsg, NULL);
+ parser = dom_hubbub_parser_create(NULL, true, false, mymsg, NULL, NULL);
if (parser == NULL) {
fprintf(stderr, "Can't create Hubbub Parser\n");
return NULL;