summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index c34c0af96..8b54fc8d4 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -2050,7 +2050,7 @@ bool box_frameset(BOX_SPECIAL_PARAMS)
if (!content->frameset)
return false;
- ok = box_create_frameset(content->frameset, n, content->bctx);
+ ok = box_create_frameset(content->frameset, n, content);
if (ok)
box->type = BOX_NONE;