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
Родитель dd21432b23
Коммит 0de0988eb8
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);