From d75d3600ad235c70d36a0789382046b4904ad5d2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 6 Jul 2012 18:57:22 +0100 Subject: update dom hubbub binding to allow for script control --- test/testutils/load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testutils') 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; -- cgit v1.2.3