From a6c6ef91e00df5078a918290af1e9c96d21a2973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 24 Feb 2018 22:49:32 +0100 Subject: [PATCH] style: Reference #20116 from a few places. --- components/style/matching.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/matching.rs b/components/style/matching.rs index 78a2b19cf3e..4eb583a4656 100644 --- a/components/style/matching.rs +++ b/components/style/matching.rs @@ -409,6 +409,7 @@ trait PrivateMatchMethods: TElement { let mut possibly_expired_animations = vec![]; let shared_context = context.shared; if let Some(ref mut old) = *old_values { + // FIXME(emilio, #20116): This makes no sense. self.update_animations_for_cascade( shared_context, old, @@ -554,7 +555,7 @@ trait PrivateMatchMethods: TElement { ChildCascadeRequirement::MustCascadeChildrenIfInheritResetStyle } - // FIXME(emilio): It's not clear to me that the name of this method + // FIXME(emilio, #20116): It's not clear to me that the name of this method // represents anything of what it does. // // Also, this function gets the old style, for some reason I don't really