Fix Permissions and Bluetooth prefs

This commit is contained in:
Attila Dusnoki 2017-01-31 13:57:36 +01:00
parent 5287cd3bea
commit 52680bba6b
6 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
// https://w3c.github.io/permissions/#permissions-interface
[Exposed=(Window,Worker)]
[Pref="dom.permissions.enabled", Exposed=(Window,Worker)]
interface Permissions {
Promise<PermissionStatus> query(object permissionDesc);