diff options
Diffstat (limited to 'components/script/dom/webidls/BluetoothCharacteristicProperties.webidl')
-rw-r--r-- | components/script/dom/webidls/BluetoothCharacteristicProperties.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/BluetoothCharacteristicProperties.webidl b/components/script/dom/webidls/BluetoothCharacteristicProperties.webidl index 124f881a2e0..fb812ff7c46 100644 --- a/components/script/dom/webidls/BluetoothCharacteristicProperties.webidl +++ b/components/script/dom/webidls/BluetoothCharacteristicProperties.webidl @@ -4,7 +4,7 @@ // https://webbluetoothcg.github.io/web-bluetooth/#characteristicproperties -[Exposed=Window, Pref="dom.bluetooth.enabled"] +[Exposed=Window, Pref="dom_bluetooth_enabled"] interface BluetoothCharacteristicProperties { readonly attribute boolean broadcast; readonly attribute boolean read; |