зеркало из https://github.com/mozilla/pjs.git
Null-check view observer. b=264683 r+sr=roc
This commit is contained in:
Родитель
929c0bd0c2
Коммит
1df53997e0
|
@ -427,7 +427,7 @@ static PRBool IsViewVisible(nsView *aView)
|
|||
// content boundaries in DocumentViewerImpl::MakeWindow).
|
||||
nsCOMPtr<nsIViewObserver> vo;
|
||||
aView->GetViewManager()->GetViewObserver(*getter_AddRefs(vo));
|
||||
return vo->IsVisible();
|
||||
return vo && vo->IsVisible();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче