Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: Source/modules/indexeddb/IDBTransaction.cpp

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698