summaryrefslogtreecommitdiff
path: root/bindings/hubbub
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-29 11:25:18 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-29 11:25:18 +0100
commitcb7e7cce21e2322abbaac032ae534cef6a7252bf (patch)
treece06dc2f20cb12a04e1be547f2839de3e05967e5 /bindings/hubbub
parent2c347741d86d7d0ce15dbdf86a18de5686a7201e (diff)
downloadlibdom-cb7e7cce21e2322abbaac032ae534cef6a7252bf.tar.gz
libdom-cb7e7cce21e2322abbaac032ae534cef6a7252bf.tar.bz2
Resynchronise hubbub binding with master
Diffstat (limited to 'bindings/hubbub')
-rw-r--r--bindings/hubbub/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 9bbf131..6299da5 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -658,8 +658,8 @@ static hubbub_tree_handler tree_handler = {
add_attributes,
set_quirks_mode,
change_encoding,
- NULL,
- complete_script
+ complete_script,
+ NULL
};
/**