mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Issue #1375 - Fix unified sources
This commit is contained in:
parent
a03838af22
commit
02ff2ef376
4 changed files with 7 additions and 4 deletions
|
|
@ -367,7 +367,7 @@ UpdateOldAnimationPropertiesWithNew(
|
|||
// Update the old from the new so we can keep the original object
|
||||
// identity (and any expando properties attached to it).
|
||||
if (aOld.GetEffect()) {
|
||||
AnimationEffectReadOnly* oldEffect = aOld.GetEffect();
|
||||
dom::AnimationEffectReadOnly* oldEffect = aOld.GetEffect();
|
||||
animationChanged = oldEffect->SpecifiedTiming() != aNewTiming;
|
||||
oldEffect->SetSpecifiedTiming(aNewTiming);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue