Bug 888595 - Fix Bluetooth permission test. r=dchan

This commit is contained in:
Thomas Zimmermann 2013-08-12 13:02:27 -04:00
parent 37771b0aa4
commit a519b475c5

View File

@ -20,7 +20,7 @@ var gData = [
{ {
perm: ["bluetooth"], perm: ["bluetooth"],
obj: "mozBluetooth", obj: "mozBluetooth",
idl: "nsIDOMBluetoothManager", webidl: "BluetoothManager",
}, },
] ]
</script> </script>