| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| index 417f2e55ae913a5cc3be22fd3755fae1a5e1f236..5df2c5903d37b534aa0e89fbd43216ba1a6145d8 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| @@ -22,7 +22,7 @@ class ScriptState;
|
|
|
| // BluetoothRemoteGATTServer provides a way to interact with a connected bluetooth peripheral.
|
| class BluetoothRemoteGATTServer final
|
| - : public GarbageCollectedFinalized<BluetoothRemoteGATTServer>
|
| + : public GarbageCollected<BluetoothRemoteGATTServer>
|
| , public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|