| 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 7cbf7f20c255fc6f7b1ced8178daea42b3877299..6b9df6ddb395bdd2f698fd4e030bf23b935256f9 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -98,6 +98,7 @@ class BluetoothRemoteGATTCharacteristic final
|
| private:
|
| friend class ReadValueCallback;
|
| friend class WriteValueCallback;
|
| + friend class NotificationsCallback;
|
|
|
| BluetoothRemoteGATTServer* gatt() { return m_service->device()->gatt(); }
|
|
|
|
|