style: Reference #20116 from a few places.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-24 22:49:32 +01:00
parent 76dd4ae05e
commit a6c6ef91e0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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