summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-11-26 17:23:03 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-11-26 18:59:13 +0000
commitfb13fcf16648a0e5ba71ac64f9c0441f0516004a (patch)
treee2d5596b7e6975f4ee60c96e5c2686926cc5a288 /render/box.h
parentce309aa5a9c1f813f6bdf152221f9bff88c4d3e1 (diff)
downloadnetsurf-fb13fcf16648a0e5ba71ac64f9c0441f0516004a.tar.gz
netsurf-fb13fcf16648a0e5ba71ac64f9c0441f0516004a.tar.bz2
Improve html renderer error reporting
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index 6b1d28d80..a4622e374 100644
--- a/render/box.h
+++ b/render/box.h
@@ -339,7 +339,7 @@ bool box_hscrollbar_present(const struct box *box);
nserror box_construct_init(void);
void box_construct_fini(void);
-bool xml_to_box(struct dom_node *n, struct html_content *c,
+nserror dom_to_box(struct dom_node *n, struct html_content *c,
box_construct_complete_cb cb);
bool box_normalise_block(struct box *block, struct html_content *c);