mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove some usage of .as_slice()
.
This commit is contained in:
parent
0b6f84e6a1
commit
11b3e3b775
4 changed files with 13 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue