summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_head.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-09 16:15:49 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-09 16:15:49 +0000
commitfeb9c2adced5f29a4d4ef0782b2bc880a212dc66 (patch)
treef1444d58a405e8fc551faba606b75e3fb34e02e1 /src/treebuilder/after_head.c
parentc32c49be6738551acdd5bbd94360e9973c921190 (diff)
downloadlibhubbub-feb9c2adced5f29a4d4ef0782b2bc880a212dc66.tar.gz
libhubbub-feb9c2adced5f29a4d4ef0782b2bc880a212dc66.tar.bz2
Exorcise process_tag_in_body(), and just use handle_in_body() instead. This makes all the tests "pass".
svn path=/trunk/hubbub/; revision=4545
Diffstat (limited to 'src/treebuilder/after_head.c')
-rw-r--r--src/treebuilder/after_head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/after_head.c b/src/treebuilder/after_head.c
index 6c4197f..60b84a7 100644
--- a/src/treebuilder/after_head.c
+++ b/src/treebuilder/after_head.c
@@ -47,7 +47,7 @@ bool handle_after_head(hubbub_treebuilder *treebuilder,
if (type == HTML) {
/* Process as if "in body" */
- process_tag_in_body(treebuilder, token);
+ handle_in_body(treebuilder, token);
} else if (type == BODY) {
handled = true;
} else if (type == FRAMESET) {