Undo frame list formatting change from bug 243519. b=454727 r+sr=roc

This commit is contained in:
Mats Palmgren
2008-10-11 03:08:20 +02:00
parent 8782bedc9a
commit c7b6f2bd8a

View File

@@ -1597,9 +1597,6 @@ nsContainerFrame::List(FILE* out, PRInt32 aIndent) const
PRInt32 listIndex = 0;
PRBool outputOneList = PR_FALSE;
do {
if (!outputOneList) {
fputs("\n", out);
}
nsIFrame* kid = GetFirstChild(listName);
if (nsnull != kid) {
if (outputOneList) {