From fb13fcf16648a0e5ba71ac64f9c0441f0516004a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 26 Nov 2012 17:23:03 +0000 Subject: Improve html renderer error reporting --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') 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); -- cgit v1.2.3