зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1450881 - Hold a reference of the target element when we get style for the element. r=birtles
This commit is contained in:
Родитель
633d168bde
Коммит
b3cda193ed
|
@ -789,6 +789,9 @@ KeyframeEffectReadOnly::GetTargetComputedStyle()
|
|||
? nsCSSPseudoElements::GetPseudoAtom(mTarget->mPseudoType)
|
||||
: nullptr;
|
||||
|
||||
OwningAnimationTarget kungfuDeathGrip(mTarget->mElement,
|
||||
mTarget->mPseudoType);
|
||||
|
||||
return nsComputedDOMStyle::GetComputedStyle(mTarget->mElement, pseudo);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче