summaryrefslogtreecommitdiff
path: root/src/select/properties/border_bottom_style.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/border_bottom_style.c')
-rw-r--r--src/select/properties/border_bottom_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/border_bottom_style.c b/src/select/properties/border_bottom_style.c
index 0789018..6857630 100644
--- a/src/select/properties/border_bottom_style.c
+++ b/src/select/properties/border_bottom_style.c
@@ -28,7 +28,7 @@ css_error set_border_bottom_style_from_hint(const css_hint *hint,
css_error initial_border_bottom_style(css_select_state *state)
{
- return set_border_bottom_style(state->result, CSS_BORDER_STYLE_NONE);
+ return set_border_bottom_style(state->computed, CSS_BORDER_STYLE_NONE);
}
css_error compose_border_bottom_style(const css_computed_style *parent,