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