Bug 1640773 - Remove unnecessary nsIFrameLoaderOwner QI from nsSessionStore.js. r=frg
This commit is contained in:
Родитель
ec3a11f3e7
Коммит
57ab5f2d0f
|
@ -2738,7 +2738,7 @@ SessionStoreService.prototype = {
|
|||
if (tabData.storage) {
|
||||
for (let origin of Object.getOwnPropertyNames(tabData.storage)) {
|
||||
try {
|
||||
let {frameLoader} = browser.QueryInterface(Ci.nsIFrameLoaderOwner);
|
||||
let {frameLoader} = browser;
|
||||
if (frameLoader.tabParent) {
|
||||
let attrs = browser.contentPrincipal.originAttributes;
|
||||
let dataPrincipal = Services.scriptSecurityManager.createCodebasePrincipalFromOrigin(origin);
|
||||
|
|
Загрузка…
Ссылка в новой задаче