mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1289571 - Set browser's userContextId before updateRemoteness in restoreTabContent. r=mikedeboer
--HG-- extra : rebase_source : 1406bf99fa1c03d8b99a7ede665736a72ee243f6
This commit is contained in:
parent
904a5a0513
commit
c80e63e7f2
@ -3370,6 +3370,9 @@ var SessionStoreInternal = {
|
||||
let uri = activePageData ? activePageData.url || null : null;
|
||||
if (aLoadArguments) {
|
||||
uri = aLoadArguments.uri;
|
||||
if (aLoadArguments.userContextId) {
|
||||
browser.setAttribute("usercontextid", aLoadArguments.userContextId);
|
||||
}
|
||||
}
|
||||
|
||||
// We have to mark this tab as restoring first, otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user