aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-11-21 19:13:02 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-11-22 14:50:22 +0100
commit81a3de32997a5bca395f9b2d4a8958bb3af22818 (patch)
tree52768d0f43cc83a4468640634c369e2930f1b146 /components/layout/animation.rs
parent82b13d50e356ff3fc0eb90b49258be321c7ea795 (diff)
downloadservo-81a3de32997a5bca395f9b2d4a8958bb3af22818.tar.gz
servo-81a3de32997a5bca395f9b2d4a8958bb3af22818.zip
Remove SelectorImpl aliases
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r--components/layout/animation.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs
index 5330bfe1d39..e26332a3499 100644
--- a/components/layout/animation.rs
+++ b/components/layout/animation.rs
@@ -128,8 +128,8 @@ pub fn update_animation_state(constellation_chan: &IpcSender<ConstellationMsg>,
/// Recalculates style for a set of animations. This does *not* run with the DOM
/// lock held.
-// NB: This is specific for ServoSelectorImpl, since the layout context and the
-// flows are ServoSelectorImpl specific too. If that goes away at some point,
+// NB: This is specific for SelectorImpl, since the layout context and the
+// flows are SelectorImpl specific too. If that goes away at some point,
// this should be made generic.
pub fn recalc_style_for_animations(context: &SharedLayoutContext,
flow: &mut Flow,