mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836951 - If piwin is null, return NS_OK and skip setting the mixed content state. r=bsmith
This commit is contained in:
parent
3cc1eb92cd
commit
ee0910a728
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user