Bug 531148 followup. Actually return a value here!

This commit is contained in:
Boris Zbarsky 2009-12-17 02:38:12 -05:00
Родитель 6e34a38bee
Коммит 3e26572f61
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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