Can't keep strong ref to pres shell. r=hyatt

This commit is contained in:
waterson%netscape.com 2000-09-15 05:29:33 +00:00
Родитель 3d31e907eb
Коммит 203d76afc3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ protected:
PRBool mSizeSet;
nsSize mOverflow;
PRBool mIncludeOverflow;
nsCOMPtr<nsIPresShell> mPresShell;
nsIPresShell* mPresShell;
};
#endif