aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-09-02 07:57:55 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-09-02 09:22:17 +0200
commit40b4348824f96a0f37b39f38a024b6061b36b0a7 (patch)
tree0c7b91cac0e789c3d53bf11fcda475037f1de0e5 /components/layout/animation.rs
parentba2cb77c26006dc378553d757e88de8ab86c4d5b (diff)
downloadservo-40b4348824f96a0f37b39f38a024b6061b36b0a7.tar.gz
servo-40b4348824f96a0f37b39f38a024b6061b36b0a7.zip
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r--components/layout/animation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs
index ab11433fdfa..26c40bade35 100644
--- a/components/layout/animation.rs
+++ b/components/layout/animation.rs
@@ -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));