disabled another printf; use web-shell destroy to properly whack the sub-webshell

This commit is contained in:
kipp%netscape.com 1998-11-26 18:13:13 +00:00
Родитель 3d30d70cc7
Коммит 2a2db87959
2 изменённых файлов: 4 добавлений и 6 удалений

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

@ -405,10 +405,9 @@ nsHTMLFrameInnerFrame::nsHTMLFrameInnerFrame(nsIContent* aContent,
nsHTMLFrameInnerFrame::~nsHTMLFrameInnerFrame()
{
printf("nsHTMLFrameInnerFrame destructor %X \n", this);
//printf("nsHTMLFrameInnerFrame destructor %X \n", this);
if (nsnull != mWebShell) {
// XXX: Is the needed (or wanted?)
mWebShell->SetContainer(nsnull);
mWebShell->Destroy();
NS_RELEASE(mWebShell);
}
NS_RELEASE(mTempObserver);

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

@ -405,10 +405,9 @@ nsHTMLFrameInnerFrame::nsHTMLFrameInnerFrame(nsIContent* aContent,
nsHTMLFrameInnerFrame::~nsHTMLFrameInnerFrame()
{
printf("nsHTMLFrameInnerFrame destructor %X \n", this);
//printf("nsHTMLFrameInnerFrame destructor %X \n", this);
if (nsnull != mWebShell) {
// XXX: Is the needed (or wanted?)
mWebShell->SetContainer(nsnull);
mWebShell->Destroy();
NS_RELEASE(mWebShell);
}
NS_RELEASE(mTempObserver);