| 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 70bb9fc46b0071623649f5ee95b8e390da6f166c..8f4c8ee79279f868120ce9df1ff945422f88599b 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -34,7 +34,7 @@ class ScriptState;
|
| // "Interface required by CallbackPromiseAdapter" section and the
|
| // CallbackPromiseAdapter class comments.
|
| class BluetoothRemoteGATTCharacteristic final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<BluetoothRemoteGATTCharacteristic>
|
| + : public EventTargetWithInlineData<BluetoothRemoteGATTCharacteristic>
|
| , public ActiveDOMObject
|
| , public WebBluetoothRemoteGATTCharacteristic {
|
| USING_PRE_FINALIZER(BluetoothRemoteGATTCharacteristic, dispose);
|
|
|