| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| index 8bee565ab0e256b174151df1d7a285a62b8ac259..d23c3c2eeb6f7dbc4a4a86f298960c102880fcda 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| @@ -14,10 +14,9 @@ class WebBluetooth;
|
| // This class is attached to a LocalFrame in WebLocalFrameImpl::setCoreFrame, to
|
| // pass WebFrameClient::bluetooth() (accessible by web/ only) to the Bluetooth
|
| // code in modules/.
|
| -class BLINK_EXPORT BluetoothSupplement : public NoBaseWillBeGarbageCollected<BluetoothSupplement>, public WillBeHeapSupplement<LocalFrame> {
|
| +class BLINK_EXPORT BluetoothSupplement : public GarbageCollected<BluetoothSupplement>, public HeapSupplement<LocalFrame> {
|
| WTF_MAKE_NONCOPYABLE(BluetoothSupplement);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(BluetoothSupplement);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(BluetoothSupplement);
|
| + USING_GARBAGE_COLLECTED_MIXIN(BluetoothSupplement);
|
|
|
| public:
|
| static const char* supplementName();
|
|
|