Bustage fix (bug 337883)

git-svn-id: svn://10.0.0.236/trunk@198363 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mats.palmgren%bredband.net 2006-05-25 01:48:00 +00:00
parent 416c8f1e7b
commit 50b31580f5

View File

@ -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;