Remove code that's no longer needed. (Bug 576649, followup) r=roc a=blocking

This commit is contained in:
L. David Baron 2010-12-16 08:53:17 -08:00
Родитель 1ee276beab
Коммит 694e4d254d
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -7666,8 +7666,7 @@ UpdateViewsForTree(nsIFrame* aFrame, nsIViewManager* aViewManager,
do {
nsIFrame* child = aFrame->GetFirstChild(childList);
while (child) {
if (!(child->GetStateBits() & NS_FRAME_OUT_OF_FLOW)
|| (child->GetStateBits() & NS_FRAME_IS_OVERFLOW_CONTAINER)) {
if (!(child->GetStateBits() & NS_FRAME_OUT_OF_FLOW)) {
// only do frames that don't have placeholders
if (nsGkAtoms::placeholderFrame == child->GetType()) {
// do the out-of-flow frame and its continuations