Bug 772782 - Add extra PresShell check in DocAccessible creation. r=surkov

This commit is contained in:
Andrew Quartey 2012-08-29 21:50:36 -04:00
Родитель 021b0a5bcc
Коммит 8fe513d053
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -356,7 +356,7 @@ nsAccDocManager::CreateDocOrRootAccessible(nsIDocument* aDocument)
// Ignore documents without presshell and not having root frame.
nsIPresShell* presShell = aDocument->GetShell();
if (!presShell || !presShell->GetRootFrame())
if (!presShell || !presShell->GetRootFrame() || presShell->IsDestroying())
return nullptr;
// Do not create document accessible until role content is loaded, otherwise