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

@@ -121,7 +121,7 @@ void TempList(nsIDOMHTMLTableElement* aTable) {
nsIFrame* rootFrame;
shell->GetRootFrame(rootFrame);
if (nsnull != rootFrame) {
rootFrame->List(stdout, 0, nsnull);
rootFrame->List(stdout, 0);
}
}
NS_RELEASE(shell);