зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1067340 follow-up: null check the inner window r=bustage
Landed on a CLOSED TREE
This commit is contained in:
Родитель
8e86fc0d5c
Коммит
05dc82bfcd
|
@ -526,7 +526,7 @@ getInnerWindowID(nsIRequest* aRequest) {
|
|||
|
||||
nsPIDOMWindow* inner = pwindow->IsInnerWindow() ? pwindow.get() : pwindow->GetCurrentInnerWindow();
|
||||
|
||||
return inner->WindowID();
|
||||
return inner ? inner->WindowID() : 0;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче