summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_head_noscript.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-26 18:19:49 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-26 18:19:49 +0000
commit17447f074c102bdac9fdf3e1e0308c1b2e9718b6 (patch)
treec057331a8d3da9da9f8b567beb0f7dd4df26ee12 /src/treebuilder/in_head_noscript.c
parent9acb291f49419a1ebe0235f6622ef4e2976f9f33 (diff)
downloadlibhubbub-17447f074c102bdac9fdf3e1e0308c1b2e9718b6.tar.gz
libhubbub-17447f074c102bdac9fdf3e1e0308c1b2e9718b6.tar.bz2
Add namespace awareness right through the code, in preparation for handling foreign content properly.
svn path=/trunk/hubbub/; revision=4457
Diffstat (limited to 'src/treebuilder/in_head_noscript.c')
-rw-r--r--src/treebuilder/in_head_noscript.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/treebuilder/in_head_noscript.c b/src/treebuilder/in_head_noscript.c
index 97a48f7..4eebf4e 100644
--- a/src/treebuilder/in_head_noscript.c
+++ b/src/treebuilder/in_head_noscript.c
@@ -81,10 +81,11 @@ bool handle_in_head_noscript(hubbub_treebuilder *treebuilder,
}
if (handled || reprocess) {
+ hubbub_ns ns;
element_type otype;
void *node;
- if (!element_stack_pop(treebuilder, &otype, &node)) {
+ if (!element_stack_pop(treebuilder, &ns, &otype, &node)) {
/** \todo errors */
}