Bug 1401379 - Part 7: Don't try to break nsDocShell <-> nsGlobalWindow references when cleaning up, r=smaug

MozReview-Commit-ID: CnAiOaAOTkw
This commit is contained in:
Nika Layzell
2017-10-02 10:58:55 -04:00
parent 8d665ce633
commit 6332e70807
2 changed files with 0 additions and 3 deletions

View File

@@ -5980,7 +5980,6 @@ nsDocShell::Destroy()
if (mScriptGlobal) {
mScriptGlobal->DetachFromDocShell();
mScriptGlobal = nullptr;
}
if (mSessionHistory) {