Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
index 10a13f26aebf0be6979b5eff9140d0eb41eb829f..ebdd25660d4bc6c8c8075c5a994f302aff674760 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl |
@@ -10,7 +10,7 @@ |
GarbageCollected, |
ActiveDOMObject, |
RuntimeEnabled=WebBluetooth, |
- APIExperimentEnabled=WebBluetooth, |
+ OriginTrialEnabled=WebBluetooth, |
] interface BluetoothGATTCharacteristic : EventTarget {//: CharacteristicEventHandlers { |
// TODO(ortuno): Add test to make sure service matches the service |
// used to call getCharacteristic. |