Remove some usage of .as_slice().

This commit is contained in:
Simon Sapin 2015-04-27 17:38:37 +02:00
parent 0b6f84e6a1
commit 11b3e3b775
4 changed files with 13 additions and 17 deletions

View file

@ -351,7 +351,7 @@ impl Flow for TableWrapperFlow {
child_index,
content_inline_size,
writing_mode,
assigned_column_inline_sizes.as_slice(),
assigned_column_inline_sizes,
&border_spacing,
&None,
inline_start_margin_edge)