summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.c b/render/box.c
index 0d92b594c..7111f1a6e 100644
--- a/render/box.c
+++ b/render/box.c
@@ -156,6 +156,7 @@ struct box * box_create(css_select_results *styles, css_computed_style *style,
box->float_children = NULL;
box->float_container = NULL;
box->next_float = NULL;
+ box->cached_place_below_level = 0;
box->list_marker = NULL;
box->col = NULL;
box->gadget = NULL;