зеркало из https://github.com/mozilla/gecko-dev.git
Null-check view observer. b=264683 r+sr=roc
This commit is contained in:
Родитель
302d8fa8ee
Коммит
e43d283795
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче