aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/incremental.rs
diff options
context:
space:
mode:
authorMauricio Collares <mau@ric.io>2016-04-05 00:00:32 -0300
committerMauricio Collares <mau@ric.io>2016-04-05 00:28:18 -0300
commitd8222dd63d9a575a7a860d7c1015485317d0d1dc (patch)
tree25f6fae835149f871fcaf966179119fc1359a40b /components/layout/incremental.rs
parentbbc5c51be89143f12b1693922c7d9892a51009c1 (diff)
downloadservo-d8222dd63d9a575a7a860d7c1015485317d0d1dc.tar.gz
servo-d8222dd63d9a575a7a860d7c1015485317d0d1dc.zip
Move CSS line-height property from InheritedBox to InheritedText
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r--components/layout/incremental.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs
index 3a8fc385dd4..1544a39f427 100644
--- a/components/layout/incremental.rs
+++ b/components/layout/incremental.rs
@@ -202,7 +202,7 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute
get_padding.padding_top, get_padding.padding_right,
get_padding.padding_bottom, get_padding.padding_left,
get_box.width, get_box.height,
- get_inheritedbox.line_height,
+ get_inheritedtext.line_height,
get_inheritedtext.text_align, get_inheritedtext.text_indent,
get_table.table_layout,
get_inheritedtable.border_collapse,