| 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..d79e60eef756586aed1337868f764af935ee36cc 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<BluetoothRemoteGATTCharacteristic>::trace(visitor);
|
| ActiveDOMObject::trace(visitor);
|
| visitor->trace(m_properties);
|
| }
|
|
|