Index: Source/modules/bluetooth/BluetoothSupplement.h |
diff --git a/Source/modules/bluetooth/BluetoothSupplement.h b/Source/modules/bluetooth/BluetoothSupplement.h |
index 5b35c2e5052802ab599f0aafa05e641181da8f1c..609c022c27241c5170009f75cdf927f1d03f6034 100644 |
--- a/Source/modules/bluetooth/BluetoothSupplement.h |
+++ b/Source/modules/bluetooth/BluetoothSupplement.h |
@@ -16,6 +16,7 @@ class WebBluetooth; |
// code in modules/. |
class BLINK_EXPORT BluetoothSupplement : public NoBaseWillBeGarbageCollected<BluetoothSupplement>, public WillBeHeapSupplement<LocalFrame> { |
WTF_MAKE_NONCOPYABLE(BluetoothSupplement); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(BluetoothSupplement); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(BluetoothSupplement); |
public: |