mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3).
This commit is contained in:
parent
26dc0bc0c6
commit
bdd7b76ff8
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user