Bug 1294133. Null check animated geometry root. r=mattwoodrow

This commit is contained in:
Timothy Nikkel 2016-08-11 00:52:56 -05:00
Родитель 736c7b1407
Коммит 036fc88239
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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