зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1294133. Null check animated geometry root. r=mattwoodrow
This commit is contained in:
Родитель
736c7b1407
Коммит
036fc88239
|
@ -2197,7 +2197,7 @@ ContainerState::GetLayerCreationHint(AnimatedGeometryRoot* aAnimatedGeometryRoot
|
|||
// Check whether there's any active scroll frame on the animated geometry
|
||||
// root chain.
|
||||
for (AnimatedGeometryRoot* agr = aAnimatedGeometryRoot;
|
||||
agr != mContainerAnimatedGeometryRoot;
|
||||
agr && agr != mContainerAnimatedGeometryRoot;
|
||||
agr = agr->mParentAGR) {
|
||||
nsIFrame* fParent = nsLayoutUtils::GetCrossDocParentFrame(*agr);
|
||||
if (!fParent) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче