Index: Source/modules/bluetooth/BluetoothUUID.idl |
diff --git a/Source/modules/bluetooth/BluetoothUUID.idl b/Source/modules/bluetooth/BluetoothUUID.idl |
index 2df55a3cd7a1a046688c0c06f019cdd2f861eaa1..a4c46d1a7e295a42752813b091b828d7240e9db4 100644 |
--- a/Source/modules/bluetooth/BluetoothUUID.idl |
+++ b/Source/modules/bluetooth/BluetoothUUID.idl |
@@ -15,7 +15,7 @@ |
[RaisesException] static UUID getCharacteristic((DOMString or unsigned long) name); |
[RaisesException] static UUID getDescriptor((DOMString or unsigned long) name); |
- static UUID canonicalUUID(unsigned long alias); |
+ static UUID canonicalUUID([EnforceRange] unsigned long alias); |
}; |
typedef DOMString UUID; |