Undo frame list formatting change from bug 243519. b=454727 r+sr=roc
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user