Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h |
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
index eeaa4ef1c3e61a4e7ed272a428670a2e1fae166e..98b0d4f9e21774ae1919a32ebad3075f19c3e8f9 100644 |
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
@@ -42,6 +42,7 @@ class WorkerGlobalScope; |
class WorkerGlobalScopeCrypto final : public NoBaseWillBeGarbageCollected<WorkerGlobalScopeCrypto>, public WillBeHeapSupplement<WorkerGlobalScope> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeCrypto); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerGlobalScopeCrypto); |
public: |
static WorkerGlobalScopeCrypto& from(WillBeHeapSupplementable<WorkerGlobalScope>&); |
static Crypto* crypto(WillBeHeapSupplementable<WorkerGlobalScope>&); |