| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| index eccadad46ac0a59969ee59a37b99a40087bfedcc..3bbcb1abb28d3657ec53932270a73bfe64fbf0dc 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| @@ -67,7 +67,7 @@ ExecutionContext* BluetoothDevice::getExecutionContext() const
|
|
|
| DEFINE_TRACE(BluetoothDevice)
|
| {
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<BluetoothDevice>::trace(visitor);
|
| + EventTargetWithInlineData::trace(visitor);
|
| ActiveDOMObject::trace(visitor);
|
| visitor->trace(m_adData);
|
| visitor->trace(m_gatt);
|
|
|