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

@ -380,7 +380,7 @@ impl Flow for TableRowFlow {
child_index,
content_inline_size,
writing_mode,
computed_inline_size_for_cells.as_slice(),
&computed_inline_size_for_cells,
&spacing,
&border_collapse_info,
inline_start_margin_edge)