mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue