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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user