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