mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3).
This commit is contained in:
parent
260b2c959c
commit
1a4df21deb
@ -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…
Reference in New Issue
Block a user