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