Index: Source/modules/indexeddb/IDBTransaction.cpp |
diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp |
index 6647d7936d57a5efebfcb4272b9863a979234f6f..3291016143dd89e3a70bba9d0c797442e69f25e0 100644 |
--- a/Source/modules/indexeddb/IDBTransaction.cpp |
+++ b/Source/modules/indexeddb/IDBTransaction.cpp |
@@ -362,7 +362,7 @@ bool IDBTransaction::dispatchEvent(PassRefPtrWillBeRawPtr<Event> event) |
(*it)->transactionFinished(); |
m_deletedObjectStores.clear(); |
- Vector<RefPtr<EventTarget> > targets; |
+ WillBeHeapVector<RefPtrWillBeMember<EventTarget> > targets; |
targets.append(this); |
targets.append(db()); |