Bustage fix (bug 337883)
git-svn-id: svn://10.0.0.236/trunk@198363 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
416c8f1e7b
commit
50b31580f5
@ -515,7 +515,7 @@ nsLineBox::RemovePlaceholderDescendantsOf(nsIFrame* aFrame)
|
||||
}
|
||||
frame = frame->GetParent();
|
||||
}
|
||||
if (NS_UNLIKELY(frame)) {
|
||||
if (NS_UNLIKELY(frame != nsnull)) {
|
||||
nsFloatCache* next = fc->Next();
|
||||
mInlineData->mFloats.Remove(fc);
|
||||
delete fc;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user