$OpenBSD$ index e768507..8302ad7 100644 --- image/src/imgRequest.h.orig Fri Feb 20 15:40:37 2015 +++ image/src/imgRequest.h Fri Feb 20 15:40:37 2015 @@ -55,6 +55,7 @@ public: nsresult Init(nsIURI *aURI, nsIURI *aCurrentURI, + nsIURI *aFirstPartyIsolationURI, nsIRequest *aRequest, nsIChannel *aChannel, imgCacheEntry *aCacheEntry, @@ -206,6 +207,8 @@ private: nsRefPtr mURI; // The URI of the resource we ended up loading after all redirects, etc. nsCOMPtr mCurrentURI; + // The first party that triggered the load -- for cookie + cache isolation + nsCOMPtr mFirstPartyIsolationURI; // The principal of the document which loaded this image. Used when validating for CORS. nsCOMPtr mLoadingPrincipal; // The principal of this image.