mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 495078 - Crash [@ NS_GetInnermostURI] with manifest attribute in file as child frame of chrome document, r+sr=biesi
This commit is contained in:
parent
f61e2208ef
commit
5d8a795fd9
@ -2638,6 +2638,8 @@ nsOfflineCacheUpdateService::OfflineAppAllowedForURI(nsIURI *aURI,
|
||||
PRBool *aAllowed)
|
||||
{
|
||||
*aAllowed = PR_FALSE;
|
||||
if (!aURI)
|
||||
return NS_OK;
|
||||
|
||||
nsCOMPtr<nsIURI> innerURI = NS_GetInnermostURI(aURI);
|
||||
if (!innerURI)
|
||||
|
Loading…
Reference in New Issue
Block a user