mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700)
This commit is contained in:
parent
7ea10ff8af
commit
0c726b4581
11 changed files with 30 additions and 24 deletions
|
@ -307,7 +307,7 @@ impl LayoutTask {
|
|||
ctx: &layout_ctx,
|
||||
};
|
||||
|
||||
let display_list = ~Cell::new(DisplayList::new::<AbstractNode<()>>());
|
||||
let display_list = ~Cell::new(DisplayList::<AbstractNode<()>>::new());
|
||||
|
||||
// TODO: Set options on the builder before building.
|
||||
// TODO: Be smarter about what needs painting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue