Issue #1375 - Fix unified sources

This commit is contained in:
Matt A. Tobin 2020-04-14 21:55:36 -04:00 committed by Roy Tam
commit 02ff2ef376
4 changed files with 7 additions and 4 deletions

View file

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