~[] to Vec in main/layout/layout_task.rs, script/dom/clientrectlist.rs,

script/layout_interface.rs
This commit is contained in:
Matt Murphy 2014-04-22 19:43:40 -05:00 committed by Ms2ger
parent 36fdcdc929
commit 3a8ecb2bb1

View file

@ -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) => {