summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBTransactionCoordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBTransactionCoordinator.h')
-rw-r--r--WebCore/storage/IDBTransactionCoordinator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/storage/IDBTransactionCoordinator.h b/WebCore/storage/IDBTransactionCoordinator.h
index 5e54ab4..fddb003 100644
--- a/WebCore/storage/IDBTransactionCoordinator.h
+++ b/WebCore/storage/IDBTransactionCoordinator.h
@@ -69,8 +69,8 @@ private:
// This map owns all transactions known to the coordinator.
HashMap<int, RefPtr<IDBTransactionBackendImpl> > m_transactions;
// Transactions in different states are grouped below.
- ListHashSet<IDBTransactionBackendImpl* > m_startedTransactions;
- HashSet<IDBTransactionBackendImpl* > m_runningTransactions;
+ ListHashSet<IDBTransactionBackendImpl*> m_startedTransactions;
+ HashSet<IDBTransactionBackendImpl*> m_runningTransactions;
int m_nextID;
};