| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp
|
| index da19f89c25e39dfcb8cce2679503c46829e6f221..fdcb27f6040ddca2fca6290c00d8498b4ffe90ae 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.cpp
|
| @@ -49,7 +49,7 @@ bool BluetoothCharacteristicProperties::writableAuxiliaries() const {
|
|
|
| BluetoothCharacteristicProperties::BluetoothCharacteristicProperties(
|
| uint32_t device_properties) {
|
| - ASSERT(device_properties != Property::kNone);
|
| + DCHECK(device_properties != Property::kNone);
|
| properties = device_properties;
|
| }
|
|
|
|
|