| 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 46e162d90ddd2cfc3675ad70c5304473fb32bd07..f3eea334c36204fa154401a8e72f9bf33dbf7fa0 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl
|
| @@ -9,7 +9,7 @@
|
|
|
| [
|
| GarbageCollected,
|
| - OriginTrialEnabled=WebBluetooth,
|
| + RuntimeEnabled=WebBluetooth,
|
| ] interface BluetoothUUID {
|
| [RaisesException] static UUID getService((DOMString or unsigned long) name);
|
| [RaisesException] static UUID getCharacteristic((DOMString or unsigned long) name);
|
|
|