Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3).

This commit is contained in:
L. David Baron 2013-05-10 18:04:55 -07:00
parent 260b2c959c
commit 1a4df21deb

View File

@ -6420,7 +6420,6 @@ nsBlockFrame::ChildIsDirty(nsIFrame* aChild)
// frame destruction, leading to null placeholders, but we're safe
// ignoring those.
if (placeholderPath) {
nsIFrame *placeholderPathFC = placeholderPath->GetFirstContinuation();
for (;;) {
nsIFrame *parent = placeholderPath->GetParent();
if (parent->GetContent() == mContent &&