Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit dd32a46

Browse files
committed
Backed out changeset 764939fcdaf3 (bug 1532498)
1 parent 41ce498 commit dd32a46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browser/components/sessionstore/SessionStore.jsm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3724,8 +3724,7 @@ var SessionStoreInternal = {
37243724
} else if (tabData.pinned &&
37253725
tabbrowser.tabs[t] &&
37263726
tabbrowser.tabs[t].pinned &&
3727-
!tabbrowser.tabs[t].linkedPanel &&
3728-
tabbrowser.tabs[t].userContextId == userContextId) {
3727+
!tabbrowser.tabs[t].linkedPanel) {
37293728
tab = tabbrowser.tabs[t];
37303729
tabbrowser.activatePreopenedPinnedTab(tab);
37313730
}

0 commit comments

Comments
 (0)