зеркало из https://github.com/mozilla/gecko-dev.git
Bug 364867. quiet the 'textframe maps no content' noise. r+sr=roc
This commit is contained in:
Родитель
07bf92b7bc
Коммит
9025a9f7e5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче