Remove spammy warning announcing that we haven't fixed bug 455338. (Bug 611686) r=bzbarsky a2.0=DEBUG-only

This commit is contained in:
L. David Baron 2010-11-16 09:56:03 -08:00
parent 3c42da9c90
commit 4b3171070f

View File

@ -5560,10 +5560,9 @@ nsCSSFrameConstructor::GetAbsoluteContainingBlock(nsIFrame* aFrame)
}
}
#ifdef DEBUG
if (!containingBlock)
NS_WARNING("Positioned frame that does not handle positioned kids; looking further up the parent chain");
#endif
// We sometimes have a null containing block here because we
// haven't yet fixed bug 455338. Once we fix that we shouldn't
// have to loop here.
}
}