Index: Source/modules/webdatabase/SQLTransactionCoordinator.h |
diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.h b/Source/modules/webdatabase/SQLTransactionCoordinator.h |
index 5e0a8d60396973c0e9e4138a99194a18dedb16bc..2826ffb8d359bcd9548573d3153aa9ecbee1b49d 100644 |
--- a/Source/modules/webdatabase/SQLTransactionCoordinator.h |
+++ b/Source/modules/webdatabase/SQLTransactionCoordinator.h |
@@ -52,12 +52,12 @@ public: |
void shutdown(); |
private: |
- typedef HeapDeque<Member<SQLTransactionBackend> > TransactionsQueue; |
+ typedef HeapDeque<Member<SQLTransactionBackend>> TransactionsQueue; |
struct CoordinationInfo { |
ALLOW_ONLY_INLINE_ALLOCATION(); |
public: |
TransactionsQueue pendingTransactions; |
- HeapHashSet<Member<SQLTransactionBackend> > activeReadTransactions; |
+ HeapHashSet<Member<SQLTransactionBackend>> activeReadTransactions; |
Member<SQLTransactionBackend> activeWriteTransaction; |
void trace(Visitor* visitor) |