| 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 fd0664ce5825e447cfbe4b9d1c413d6e643fef5d..7b5c570703b7dd5d1cb027ef1671336dc2d69945 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
|
| @@ -6,9 +6,9 @@
|
| #define BluetoothRemoteGATTCharacteristic_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/DOMArrayPiece.h"
|
| #include "core/dom/DOMDataView.h"
|
| +#include "core/dom/SuspendableObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/bluetooth/BluetoothRemoteGATTService.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -34,7 +34,7 @@ class ScriptState;
|
| // CallbackPromiseAdapter class comments.
|
| class BluetoothRemoteGATTCharacteristic final
|
| : public EventTargetWithInlineData,
|
| - public ActiveDOMObject,
|
| + public SuspendableObject,
|
| public WebBluetoothRemoteGATTCharacteristic {
|
| USING_PRE_FINALIZER(BluetoothRemoteGATTCharacteristic, dispose);
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -57,7 +57,7 @@ class BluetoothRemoteGATTCharacteristic final
|
| // WebBluetoothRemoteGATTCharacteristic interface:
|
| void dispatchCharacteristicValueChanged(const WebVector<uint8_t>&) override;
|
|
|
| - // ActiveDOMObject interface.
|
| + // SuspendableObject interface.
|
| void contextDestroyed() override;
|
|
|
| // USING_PRE_FINALIZER interface.
|
|
|