| Index: Source/modules/bluetooth/BluetoothDiscovery.h
|
| diff --git a/Source/modules/bluetooth/BluetoothDiscovery.h b/Source/modules/bluetooth/BluetoothDiscovery.h
|
| index baf7b32daa469e323054db1a825e45412be43647..5be3bc5bdadca1fce5ef8ffc285007090a4c1c0c 100644
|
| --- a/Source/modules/bluetooth/BluetoothDiscovery.h
|
| +++ b/Source/modules/bluetooth/BluetoothDiscovery.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef BluetoothDiscovery_h
|
| #define BluetoothDiscovery_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "platform/heap/Heap.h"
|
| #include "platform/heap/Visitor.h"
|
|
|
| namespace blink {
|
| @@ -14,13 +14,11 @@ class ScriptPromise;
|
| class ScriptState;
|
|
|
| class BluetoothDiscovery
|
| - : public GarbageCollected<BluetoothDiscovery>
|
| - , public ScriptWrappable {
|
| - DEFINE_WRAPPERTYPEINFO();
|
| + : public GarbageCollected<BluetoothDiscovery> {
|
| public:
|
| ScriptPromise requestDevice(ScriptState*);
|
|
|
| - DEFINE_INLINE_TRACE() { }
|
| + DECLARE_VIRTUAL_TRACE();
|
| };
|
|
|
| } // namespace blink
|
|
|