Index: third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl |
index cc55eedecdbd58212c3c05aa95e894df75752e0d..f00a802ed7641162dccfb41bcc80a4e301074a1c 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl |
@@ -8,7 +8,7 @@ |
// Significant TODOs remain in BluetoothUUID.cpp. |
[ |
- OriginTrialEnabled=WebBluetooth, |
+ RuntimeEnabled=WebBluetooth, |
] interface BluetoothUUID { |
[RaisesException] static UUID getService((DOMString or unsigned long) name); |
[RaisesException] static UUID getCharacteristic((DOMString or unsigned long) name); |