mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
~[] to Vec in main/layout/layout_task.rs, script/dom/clientrectlist.rs,
script/layout_interface.rs
This commit is contained in:
parent
36fdcdc929
commit
3a8ecb2bb1
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ impl LayoutTask {
|
|||
}
|
||||
}
|
||||
|
||||
let mut boxes = vec!();
|
||||
let mut boxes = Vec::new();
|
||||
match self.display_list {
|
||||
None => fail!("no display list!"),
|
||||
Some(ref display_list) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue