From dd32a46b526db7459e33ab600df305a39859c53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Thu, 7 Mar 2019 11:31:12 +0100 Subject: [PATCH] Backed out changeset 764939fcdaf3 (bug 1532498) --- browser/components/sessionstore/SessionStore.jsm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm index 0ad8cf388c5c..64920aad1c3b 100644 --- a/browser/components/sessionstore/SessionStore.jsm +++ b/browser/components/sessionstore/SessionStore.jsm @@ -3724,8 +3724,7 @@ var SessionStoreInternal = { } else if (tabData.pinned && tabbrowser.tabs[t] && tabbrowser.tabs[t].pinned && - !tabbrowser.tabs[t].linkedPanel && - tabbrowser.tabs[t].userContextId == userContextId) { + !tabbrowser.tabs[t].linkedPanel) { tab = tabbrowser.tabs[t]; tabbrowser.activatePreopenedPinnedTab(tab); }