From 31e756cf050c5130a222ead60491599c11acfb60 Mon Sep 17 00:00:00 2001 From: JustOff Date: Sat, 14 Apr 2018 14:44:55 +0300 Subject: Align SessionStore.jsm with the updated getCookiesFromHost() API --- application/palemoon/components/sessionstore/SessionStore.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/palemoon/components/sessionstore/SessionStore.jsm b/application/palemoon/components/sessionstore/SessionStore.jsm index 5e09ff5c8..3185dee9b 100644 --- a/application/palemoon/components/sessionstore/SessionStore.jsm +++ b/application/palemoon/components/sessionstore/SessionStore.jsm @@ -2404,7 +2404,7 @@ let SessionStoreInternal = { for (var [host, isPinned] in Iterator(internalWindow.hosts)) { let list; try { - list = Services.cookies.getCookiesFromHost(host); + list = Services.cookies.getCookiesFromHost(host, {}); } catch (ex) { debug("getCookiesFromHost failed. Host: " + host); -- cgit v1.2.3