diff --git a/layout/style/AnimationCommon.cpp b/layout/style/AnimationCommon.cpp index 1aa78a72a0f0..b98301e0612a 100644 --- a/layout/style/AnimationCommon.cpp +++ b/layout/style/AnimationCommon.cpp @@ -392,10 +392,6 @@ CommonAnimationManager::GetAnimationRule(mozilla::dom::Element* aElement, return nullptr; } - // FIXME: Remove this assignment. See bug 1061364. - if (!IsAnimationManager()) { - collection->mNeedsRefreshes = true; - } collection->EnsureStyleRuleFor( mPresContext->RefreshDriver()->MostRecentRefresh(), EnsureStyleRule_IsNotThrottled);