Bug 1358570: Make PurgeCompletedTransitions lookup the correct animation collection. r=hiro
Probably GetAnimationCollection itself should assert against it, but that's a bigger task right now... MozReview-Commit-ID: JxFWXtgMAXy
This commit is contained in:
@@ -1898,8 +1898,8 @@ nsCSSFrameConstructor::CreateGeneratedContentItem(nsFrameConstructorState& aStat
|
||||
&pseudoStyleContext);
|
||||
} else {
|
||||
aState.mPresContext->TransitionManager()->
|
||||
PruneCompletedTransitions(container, aPseudoElement,
|
||||
pseudoStyleContext);
|
||||
PruneCompletedTransitions(aParentContent->AsElement(),
|
||||
aPseudoElement, pseudoStyleContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user