Skip to content

Commit 9ea4530

Browse files
committed
Backed out changeset 764939fcdaf3 (bug 1532498)
UltraBlame original commit: be70692904a1ca3b13870146ef8253e8245df156
1 parent ccfefd1 commit 9ea4530

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)