Disable destroying webshell until later

git-svn-id: svn://10.0.0.236/trunk@29815 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-04-30 00:08:43 +00:00
parent cb633c88a4
commit cbd01b21a9
2 changed files with 4 additions and 2 deletions

View File

@@ -432,7 +432,8 @@ nsHTMLFrameInnerFrame::~nsHTMLFrameInnerFrame()
{
//printf("nsHTMLFrameInnerFrame destructor %X \n", this);
if (nsnull != mWebShell) {
mWebShell->Destroy();
//XXX Let mWebShell's parent destroy it because now may not be a good time
// mWebShell->Destroy();
NS_RELEASE(mWebShell);
}
NS_RELEASE(mTempObserver);