зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317705 - Pass aRestoreImmediately through to SessionStoreInternal, r=Yoric
MozReview-Commit-ID: ENRssR9Wmun
This commit is contained in:
Родитель
12eaf5ca37
Коммит
363b71590c
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче