[project @ 2004-04-18 22:53:22 by bursa]
Remove obsolete assert() to fix frames crash. svn path=/import/netsurf/; revision=794
This commit is contained in:
parent
8e16babeaa
commit
0422445008
|
@ -505,8 +505,6 @@ struct box * convert_xml_to_box(xmlNode * n, struct content *content,
|
|||
}
|
||||
|
||||
assert(n->type == XML_ELEMENT_NODE);
|
||||
assert(CSS_DISPLAY_INLINE < style->display &&
|
||||
style->display < CSS_DISPLAY_NONE);
|
||||
|
||||
/* non-inline box: add to tree and recurse */
|
||||
box_add_child(parent, box);
|
||||
|
|
Loading…
Reference in New Issue