mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3b6fcf7645
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 |