зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1330484 - crash in NotificationController::WillRefresh, r=yzen
This commit is contained in:
Родитель
fd887ab4d8
Коммит
1309e3f824
|
@ -755,8 +755,11 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
|
|||
childDoc->Shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
mHangingChildDocuments.Clear();
|
||||
MOZ_ASSERT(mDocument, "Illicit document shutdown");
|
||||
if (!mDocument) {
|
||||
return;
|
||||
}
|
||||
|
||||
// If the document is ready and all its subdocuments are completely loaded
|
||||
// then process the document load.
|
||||
|
|
Загрузка…
Ссылка в новой задаче