From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- netwerk/cookie/CookieServiceParent.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'netwerk/cookie/CookieServiceParent.h') diff --git a/netwerk/cookie/CookieServiceParent.h b/netwerk/cookie/CookieServiceParent.h index 45b46883fb..9859879b05 100644 --- a/netwerk/cookie/CookieServiceParent.h +++ b/netwerk/cookie/CookieServiceParent.h @@ -70,11 +70,12 @@ class CookieServiceParent : public PCookieServiceParent { const bool& aStorageAccessPermissionGranted, const uint32_t& aRejectedReason, const bool& aIsSafeTopLevelNav, const bool& aIsSameSiteForeign, const bool& aHadCrossSiteRedirects, - const OriginAttributes& aAttrs, GetCookieListResolver&& aResolve); + nsTArray&& aAttrsList, + GetCookieListResolver&& aResolve); - static void SerializeCookieList(const nsTArray& aFoundCookieList, - nsTArray& aCookiesList, - nsIURI* aHostURI); + static void SerializeCookieListTable( + const nsTArray& aFoundCookieList, + nsTArray& aCookiesListTable, nsIURI* aHostURI); nsCOMPtr mTLDService; RefPtr mCookieService; -- cgit v1.2.3