This commit is contained in:
kipp%netscape.com 1998-10-30 22:09:13 +00:00
Родитель 00631d2c5e
Коммит b7d0e76c3a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -133,7 +133,8 @@ nsIFrame* nsAbsoluteFrame::GetContainingBlock() const
}
if (nsnull == result) {
// Walk back down the tree until we find a frame that supports nsIAnchoredItems
// Walk back down the tree until we find a frame that supports
// nsIAbsoluteItems
// XXX This is pretty yucky, but there isn't currently a better way to do
// this...
lastFrame->FirstChild(result);