Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures

This commit is contained in:
Robert O'Callahan
2008-09-07 00:35:20 +12:00
parent e8aaf454ff
commit 26dac5de7f
16 changed files with 372 additions and 458 deletions

View File

@@ -1584,9 +1584,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) {