зеркало из https://github.com/mozilla/gecko-dev.git
simple null check to stop crasher. r=joki
This commit is contained in:
Родитель
8780226d37
Коммит
f24b7b375a
|
@ -1350,7 +1350,8 @@ NS_IMETHODIMP GlobalWindowImpl::Focus()
|
|||
treeOwnerAsWin->SetVisibility(PR_TRUE);
|
||||
|
||||
nsCOMPtr<nsIPresShell> presShell;
|
||||
mDocShell->GetPresShell(getter_AddRefs(presShell));
|
||||
if(mDocShell)
|
||||
mDocShell->GetPresShell(getter_AddRefs(presShell));
|
||||
|
||||
nsresult result = NS_OK;
|
||||
if(presShell)
|
||||
|
|
Загрузка…
Ссылка в новой задаче