зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836951 - If piwin is null, return NS_OK and skip setting the mixed content state. r=bsmith
This commit is contained in:
Родитель
e6bc28f540
Коммит
69b6bd8877
|
@ -287,7 +287,8 @@ nsSecureBrowserUIImpl::MapInternalToExternalState(uint32_t* aState, lockIconStat
|
|||
*aState |= nsIWebProgressListener::STATE_IDENTITY_EV_TOPLEVEL;
|
||||
|
||||
nsCOMPtr<nsPIDOMWindow> piwin = do_QueryReferent(mWindow);
|
||||
MOZ_ASSERT(piwin);
|
||||
if (!piwin)
|
||||
return NS_OK;
|
||||
|
||||
nsIDocShell* docShell = piwin->GetDocShell();
|
||||
MOZ_ASSERT(docShell);
|
||||
|
|
Загрузка…
Ссылка в новой задаче