Change to object lifetime management. Views are no longer ref counted

This commit is contained in:
troy@netscape.com
1998-08-08 04:23:33 +00:00
parent b62030d424
commit 7853fdbc5e
39 changed files with 145 additions and 267 deletions

View File

@@ -81,7 +81,6 @@ NS_METHOD nsHTMLContainerFrame::Paint(nsIPresContext& aPresContext,
GetView(view);
if (nsnull != view) {
aRenderingContext.SetColor(NS_RGB(0,0,255));
NS_RELEASE(view);
}
else {
aRenderingContext.SetColor(NS_RGB(255,0,0));