fix: change call to nonexistent method storageArea.getByContainer
to the existing _getByContainer
This commit is contained in:
parent
018b458ef6
commit
a5ec9e2028
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ window.assignManager = {
|
|||
},
|
||||
|
||||
async _maybeRemoveSiteIsolation(userContextId) {
|
||||
const assignments = await this.storageArea.getByContainer(userContextId);
|
||||
const assignments = await this._getByContainer(userContextId);
|
||||
const hasAssignments = assignments && Object.keys(assignments).length > 0;
|
||||
if (hasAssignments) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue