зеркало из https://github.com/mozilla/pjs.git
Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron
This commit is contained in:
Родитель
0a2ca830f9
Коммит
745fa565a5
|
@ -3683,7 +3683,7 @@ nsGenericElement::List(FILE* out, PRInt32 aIndent) const
|
|||
{
|
||||
NS_PRECONDITION(IsInDoc(), "bad content");
|
||||
|
||||
PRUint32 index;
|
||||
PRInt32 index;
|
||||
for (index = aIndent; --index >= 0; ) fputs(" ", out);
|
||||
|
||||
nsAutoString buf;
|
||||
|
|
Загрузка…
Ссылка в новой задаче