mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
5c16974f01
Application kind is used in isExplicitInPermissionsTable for checking the permissions in the permission table. When calling the function from PermissionSettings, the app kind wasn't passed so the permission check failed. This lead to Settings closing down when trying to change the permissions in "App permissions", due to the assert in receiveMessage (dom/permission/PermissionSettings.jsm). --- dom/permission/PermissionSettings.jsm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) |
||
---|---|---|
.. | ||
tests | ||
moz.build | ||
PermissionPromptService.js | ||
PermissionPromptService.manifest | ||
PermissionSettings.js | ||
PermissionSettings.jsm | ||
PermissionSettings.manifest |