| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| index 27385474578fad6a6f0579a25fa6712917e1757a..a58c90f7dc1685a321b535daf17184a7a4d10564 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -25,13 +25,13 @@ class ScriptPromise;
|
| class ScriptPromiseResolver;
|
| class ScriptState;
|
|
|
| -// BluetoothRemoteGATTCharacteristic represents a GATT Characteristic, which is a
|
| -// basic data element that provides further information about a peripheral's
|
| +// BluetoothRemoteGATTCharacteristic represents a GATT Characteristic, which is
|
| +// a basic data element that provides further information about a peripheral's
|
| // service.
|
| //
|
| -// Callbacks providing WebBluetoothRemoteGATTCharacteristicInit objects are handled by
|
| -// CallbackPromiseAdapter templatized with this class. See this class's
|
| -// "Interface required by CallbackPromiseAdapter" section and the
|
| +// Callbacks providing WebBluetoothRemoteGATTCharacteristicInit objects are
|
| +// handled by CallbackPromiseAdapter templatized with this class. See this
|
| +// class's "Interface required by CallbackPromiseAdapter" section and the
|
| // CallbackPromiseAdapter class comments.
|
| class BluetoothRemoteGATTCharacteristic final
|
| : public EventTargetWithInlineData,
|
|
|