| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| index df461634afbf54149e8873b58ca8a530ff6c5fc5..53c3f395aa3b4b0021ccd28df17de8b7c31a179e 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -169,7 +169,7 @@ class ReadValueCallback : public WebBluetoothReadValueCallbacks {
|
| }
|
|
|
| private:
|
| - WeakPersistent<BluetoothRemoteGATTCharacteristic> m_characteristic;
|
| + Persistent<BluetoothRemoteGATTCharacteristic> m_characteristic;
|
| Persistent<ScriptPromiseResolver> m_resolver;
|
| };
|
|
|
| @@ -240,7 +240,7 @@ class WriteValueCallback : public WebBluetoothWriteValueCallbacks {
|
| }
|
|
|
| private:
|
| - WeakPersistent<BluetoothRemoteGATTCharacteristic> m_characteristic;
|
| + Persistent<BluetoothRemoteGATTCharacteristic> m_characteristic;
|
| Persistent<ScriptPromiseResolver> m_resolver;
|
| };
|
|
|
|
|