Bug 364867. quiet the 'textframe maps no content' noise. r+sr=roc

This commit is contained in:
sayrer%gmail.com 2007-03-08 02:53:58 +00:00
Родитель 07bf92b7bc
Коммит 9025a9f7e5
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4969,7 +4969,9 @@ static PRBool CanBreakBetween(nsTextFrame* aBefore,
if (beforeOffset <= 0 || afterLength <= 0) {
// This shouldn't really happen, text frames shouldn't map no content
#if 0
NS_WARNING("Textframe maps no content");
#endif
return PR_FALSE;
}