Bug 1921553: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd
2024-11-25 23:49:54 +00:00
parent 70f8516d3a
commit 109d722aca
2 changed files with 3 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "EffectSet.h"
#include "mozilla/dom/Element.h" // For Element
#include "mozilla/PseudoStyleType.h" // For PseudoStyleRequest
#include "mozilla/dom/Element.h" // For Element
#include "mozilla/PseudoStyleType.h" // For PseudoStyleRequest
#include "mozilla/RestyleManager.h"
#include "mozilla/LayerAnimationInfo.h"
#include "nsCycleCollectionNoteChild.h" // For CycleCollectionNoteChild

View File

@@ -51,8 +51,7 @@ bool nsTransitionManager::UpdateTransitions(
return false;
}
auto* collection =
CSSTransitionCollection::Get(aElement, aPseudoRequest);
auto* collection = CSSTransitionCollection::Get(aElement, aPseudoRequest);
return DoUpdateTransitions(*aNewStyle.StyleUIReset(), aElement,
aPseudoRequest, collection, aOldStyle, aNewStyle);
}