Bug 1317705 - Pass aRestoreImmediately through to SessionStoreInternal, r=Yoric

MozReview-Commit-ID: ENRssR9Wmun
This commit is contained in:
Michael Layzell 2016-11-15 10:28:49 -05:00
Родитель 12eaf5ca37
Коммит 363b71590c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -243,8 +243,8 @@ this.SessionStore = {
SessionStoreInternal.setTabState(aTab, aState);
},
duplicateTab: function ss_duplicateTab(aWindow, aTab, aDelta = 0) {
return SessionStoreInternal.duplicateTab(aWindow, aTab, aDelta);
duplicateTab: function ss_duplicateTab(aWindow, aTab, aDelta = 0, aRestoreImmediately = true) {
return SessionStoreInternal.duplicateTab(aWindow, aTab, aDelta, aRestoreImmediately);
},
getClosedTabCount: function ss_getClosedTabCount(aWindow) {