Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
index b9efdecdc810ca61ea64b22523a2e95e6f974990..14ed4ea64584925c411619589c99c90ae399acf2 100644 |
--- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
+++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
@@ -38,6 +38,7 @@ class WorkerGlobalScope; |
class WorkerGlobalScopeIndexedDatabase final : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeIndexedDatabase>, public WillBeHeapSupplement<WorkerGlobalScope> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeIndexedDatabase); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(WorkerGlobalScopeIndexedDatabase); |
public: |
virtual ~WorkerGlobalScopeIndexedDatabase(); |
static WorkerGlobalScopeIndexedDatabase& from(WillBeHeapSupplementable<WorkerGlobalScope>&); |