summaryrefslogtreecommitdiff
path: root/src/select/properties/border_right_color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/border_right_color.c')
-rw-r--r--src/select/properties/border_right_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/properties/border_right_color.c b/src/select/properties/border_right_color.c
index e70345c..d2cd95d 100644
--- a/src/select/properties/border_right_color.c
+++ b/src/select/properties/border_right_color.c
@@ -29,7 +29,7 @@ css_error set_border_right_color_from_hint(const css_hint *hint,
css_error initial_border_right_color(css_select_state *state)
{
- return set_border_right_color(state->result,
+ return set_border_right_color(state->computed,
CSS_BORDER_COLOR_INITIAL, 0);
}