зеркало из https://github.com/mozilla/pjs.git
fix for 147256, Crash in nsDocShell::GetRootScrollableView, r=av, sr=alecf
This commit is contained in:
Родитель
4af856427c
Коммит
d0404e0ef5
|
@ -6148,6 +6148,7 @@ nsDocShell::GetRootScrollableView(nsIScrollableView ** aOutScrollView)
|
|||
|
||||
nsCOMPtr<nsIPresShell> shell;
|
||||
NS_ENSURE_SUCCESS(GetPresShell(getter_AddRefs(shell)), NS_ERROR_FAILURE);
|
||||
NS_ENSURE_TRUE(shell, NS_ERROR_NULL_POINTER);
|
||||
|
||||
nsCOMPtr<nsIViewManager> viewManager;
|
||||
NS_ENSURE_SUCCESS(shell->GetViewManager(getter_AddRefs(viewManager)),
|
||||
|
|
Загрузка…
Ссылка в новой задаче