зеркало из https://github.com/mozilla/gecko-dev.git
Fixing crash in nsFocusController::GetWindowFromDocument. Patch by allan@beaufour.dk, r+sr=jst@mozilla.org, a=benjamin@smedbergs.us
This commit is contained in:
Родитель
ea595039b7
Коммит
91e96f10ed
|
@ -394,7 +394,7 @@ nsFocusController::GetWindowFromDocument(nsIDOMDocument* aDocument)
|
|||
nsCOMPtr<nsPIDOMWindow> win =
|
||||
do_QueryInterface(doc->GetScriptGlobalObject());
|
||||
|
||||
if (win->IsInnerWindow()) {
|
||||
if (win && win->IsInnerWindow()) {
|
||||
return win->GetOuterWindow();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче