зеркало из https://github.com/mozilla/pjs.git
bug 402686. Crashes @CheckVisibilityInParent. r=ginn.chen, a=schrep
This commit is contained in:
Родитель
1ea2425868
Коммит
7e26cb7464
|
@ -3265,6 +3265,9 @@ PRBool nsAccessible::CheckVisibilityInParentChain(nsIDocument* aDocument, nsIVie
|
|||
nsIContent* content = parentDoc->FindContentForSubDocument(document);
|
||||
if (content != nsnull) {
|
||||
nsIPresShell* shell = parentDoc->GetPrimaryShell();
|
||||
if (!shell) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
nsIFrame* frame = shell->GetPrimaryFrameFor(content);
|
||||
while (frame != nsnull && !frame->HasView()) {
|
||||
frame = frame->GetParent();
|
||||
|
|
Загрузка…
Ссылка в новой задаче