mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Bug 1288557 - Part 0: Fix permissions dialog while receiving deleted event
This commit is contained in:
parent
f26ad69a6c
commit
fd1ae7e583
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ var gPermissionManager = {
|
|||
this._handleCapabilityChange();
|
||||
}
|
||||
else if (aData == "deleted") {
|
||||
this._removePermissionFromList(permission);
|
||||
this._removePermissionFromList(permission.principal);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue