$OpenBSD$ index 36477d4..83d5c8d 100644 --- dom/src/storage/DOMStorageManager.h.orig Fri Feb 20 15:40:37 2015 +++ dom/src/storage/DOMStorageManager.h Fri Feb 20 15:40:37 2015 @@ -78,10 +78,12 @@ private: // Ensures cache for a scope, when it doesn't exist it is created and initalized, // this also starts preload of persistent data. already_AddRefed PutCache(const nsACString& aScope, + nsIURI* aFirstPartyIsolationURI, nsIPrincipal* aPrincipal); // Helper for creation of DOM storage objects nsresult GetStorageInternal(bool aCreate, + nsIURI* aFirstPartyIsolationURI, nsIPrincipal* aPrincipal, const nsAString& aDocumentURI, bool aPrivate,