Back out Chris Pearce's patch from bug 430921 in case it is the cause of the crashes.

git-svn-id: svn://10.0.0.236/trunk@251326 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2008-05-07 12:01:40 +00:00
parent 13b8bc22fc
commit 68aca070de
2 changed files with 2 additions and 7 deletions

View File

@@ -3670,13 +3670,6 @@ nsDocShell::Destroy()
// Fire unload event before we blow anything away.
(void) FirePageHideNotification(PR_TRUE);
// Clear pointers to any detached nsEditorData that's lying
// around in shistory entries. Breaks cycle. See bug 430921.
if (mOSHE)
mOSHE->SetEditorData(nsnull);
if (mLSHE)
mLSHE->SetEditorData(nsnull);
// Note: mContentListener can be null if Init() failed and we're being
// called from the destructor.
if (mContentListener) {