зеркало из https://github.com/mozilla/gecko-dev.git
Bug 717505 - Crash [@ nsAccessible::VisibilityState] when closing a tab. r=roc
This commit is contained in:
Родитель
05d3f21653
Коммит
0ceea254d2
|
@ -616,6 +616,9 @@ nsAccessible::VisibilityState()
|
|||
} while (accessible = accessible->Parent());
|
||||
|
||||
nsIFrame* frame = GetFrame();
|
||||
if (!frame)
|
||||
return vstates;
|
||||
|
||||
const nsCOMPtr<nsIPresShell> shell(GetPresShell());
|
||||
|
||||
// We need to know if at least a kMinPixels around the object is visible,
|
||||
|
|
Загрузка…
Ссылка в новой задаче