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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user