Spanked away SizeOf methods and nsIListFilter

git-svn-id: svn://10.0.0.236/trunk@17895 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-01-16 00:00:50 +00:00
parent 5f839220a3
commit 4e355995e6
108 changed files with 637 additions and 2427 deletions

View File

@@ -1691,6 +1691,6 @@ NS_IMETHODIMP nsHTMLFramesetBlankFrame::List(FILE* out, PRInt32 aIndent) const
{
for (PRInt32 i = aIndent; --i >= 0; ) fputs(" ", out); // Indent
fprintf(out, "%X BLANK \n", this);
return nsLeafFrame::List(out, aIndent, nsnull);
return nsLeafFrame::List(out, aIndent);
}