| 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 1a34791f59f73b7a196bf1effd58fcdae30d60d6..be17a99e1282cd4b5fec9dbfe9b47f6d5fcc4199 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -215,7 +215,7 @@ ScriptPromise BluetoothRemoteGATTCharacteristic::stopNotifications(ScriptState*
|
|
|
| DEFINE_TRACE(BluetoothRemoteGATTCharacteristic)
|
| {
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<BluetoothRemoteGATTCharacteristic>::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| ActiveDOMObject::trace(visitor);
|
| visitor->trace(m_properties);
|
| }
|
|
|