зеркало из https://github.com/mozilla/gecko-dev.git
Bug 772782 - Add extra PresShell check in DocAccessible creation. r=surkov
This commit is contained in:
Родитель
021b0a5bcc
Коммит
8fe513d053
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче