mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
This commit is contained in:
parent
ba2cb77c26
commit
40b4348824
28 changed files with 349 additions and 338 deletions
|
@ -1493,7 +1493,7 @@ impl ContainingBlockLink {
|
|||
}
|
||||
|
||||
fn set(&mut self, link: FlowRef) {
|
||||
self.link = Some(link.downgrade())
|
||||
self.link = Some(Arc::downgrade(&link))
|
||||
}
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue