summaryrefslogtreecommitdiff
path: root/src/select/properties/empty_cells.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/empty_cells.c')
-rw-r--r--src/select/properties/empty_cells.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/properties/empty_cells.c b/src/select/properties/empty_cells.c
index 09a86b2..dc43f87 100644
--- a/src/select/properties/empty_cells.c
+++ b/src/select/properties/empty_cells.c
@@ -34,7 +34,7 @@ css_error cascade_empty_cells(uint32_t opv, css_style *style,
if (outranks_existing(getOpcode(opv), isImportant(opv), state,
isInherit(opv))) {
- return set_empty_cells(state->result, value);
+ return set_empty_cells(state->computed, value);
}
return CSS_OK;
@@ -48,7 +48,7 @@ css_error set_empty_cells_from_hint(const css_hint *hint,
css_error initial_empty_cells(css_select_state *state)
{
- return set_empty_cells(state->result, CSS_EMPTY_CELLS_SHOW);
+ return set_empty_cells(state->computed, CSS_EMPTY_CELLS_SHOW);
}
css_error compose_empty_cells(const css_computed_style *parent,