Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)

This commit is contained in:
Simon Sapin 2015-09-02 07:57:55 +02:00
parent ba2cb77c26
commit 40b4348824
28 changed files with 349 additions and 338 deletions

View file

@ -108,7 +108,7 @@ pub fn recalc_style_for_animations(flow: &mut Flow,
}
let mut new_style = fragment.style.clone();
animation.property_animation.update(&mut *Arc::make_unique(&mut new_style),
animation.property_animation.update(&mut *Arc::make_mut(&mut new_style),
progress);
damage.insert(incremental::compute_damage(&Some(fragment.style.clone()),
&new_style));