Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
index 219bb5141242a63936d014a8147f65cdadb36f92..8de909e59b4b077c7416350256e97ffc7acd75c4 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl |
@@ -13,7 +13,7 @@ enum VendorIDSource { |
[ |
DependentLifetime, |
- OriginTrialEnabled=WebBluetooth, |
+ RuntimeEnabled=WebBluetooth, |
] interface BluetoothDevice : EventTarget |
// Implement ServiceEventHandlers interface: http://crbug.com/421670 |
// : ServiceEventHandlers |