Bug 531148 followup. Actually return a value here!

This commit is contained in:
Boris Zbarsky 2009-12-17 02:38:12 -05:00
parent cb0d649a87
commit bdc41dba60

View File

@ -11049,6 +11049,8 @@ IsSafeToAppendToSpecialInline(nsIFrame* aParentFrame, nsIFrame* aNextSibling)
aNextSibling = aParentFrame->GetNextSibling();
aParentFrame = aParentFrame->GetParent();
} while (IsInlineFrame(aParentFrame));
return PR_TRUE;
}
PRBool