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 f00a802ed7641162dccfb41bcc80a4e301074a1c..cc55eedecdbd58212c3c05aa95e894df75752e0d 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. |
[ |
- RuntimeEnabled=WebBluetooth, |
+ OriginTrialEnabled=WebBluetooth, |
] interface BluetoothUUID { |
[RaisesException] static UUID getService((DOMString or unsigned long) name); |
[RaisesException] static UUID getCharacteristic((DOMString or unsigned long) name); |