Bug 616394. Make sure to set mPostedReflowCallback to false even if we have no frameloader when the callback happens. r=roc, a=blocker

This commit is contained in:
Boris Zbarsky
2010-12-03 22:44:00 -05:00
parent ecf651b687
commit 88e02cc7fc

View File

@@ -661,6 +661,8 @@ nsSubDocumentFrame::ReflowFinished()
// Make sure that we can post a reflow callback in the future.
mPostedReflowCallback = PR_FALSE;
}
} else {
mPostedReflowCallback = PR_FALSE;
}
return PR_FALSE;
}