summaryrefslogtreecommitdiff
path: root/test
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
commite3b9a14a6cde4b97a39fc99330daa1157e530a4b (patch)
tree1fd2e1e515a66a2e3aa4770c7e18d736ba10c5d0 /test
parent2b17955f784d216237f6f8fd7f89f20d3580576f (diff)
downloadlibdom-e3b9a14a6cde4b97a39fc99330daa1157e530a4b.tar.gz
libdom-e3b9a14a6cde4b97a39fc99330daa1157e530a4b.tar.bz2
update dom hubbub binding to allow for script control
Diffstat (limited to 'test')
-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;