changing nsCOMPtr to weak references for PresContext

a=leaf, r=self, bug=bloat&leak went up


git-svn-id: svn://10.0.0.236/trunk@60260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2000-02-09 23:20:56 +00:00
parent 34fa0f8e24
commit 18b173e092
12 changed files with 12 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ protected:
PRBool mDidInit;
nsButtonFrameRenderer mRenderer;
nsCOMPtr<nsIPresContext> mPresContext;
nsIPresContext * mPresContext;
//Resize Reflow OpitmizationSize;
nsSize mCacheSize;