changing nsCOMPtr to weak references for PresContext

a=leaf, r=self, bug=bloat&leak went up
This commit is contained in:
rods@netscape.com
2000-02-09 23:20:56 +00:00
parent 6a76f5c802
commit 6d5f4b7154
12 changed files with 12 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ nsHTMLButtonControlFrame::nsHTMLButtonControlFrame()
mTranslatedRect = nsRect(0,0,0,0);
mDidInit = PR_FALSE;
mRenderer.SetNameSpace(kNameSpaceID_None);
mPresContext = nsnull;
mCacheSize.width = -1;
mCacheSize.height = -1;