From 81a3de32997a5bca395f9b2d4a8958bb3af22818 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 21 Nov 2016 19:13:02 +0100 Subject: Remove SelectorImpl aliases --- components/layout/animation.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/layout/animation.rs') 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, /// 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, -- cgit v1.2.3