Index: Source/modules/webdatabase/DatabaseThread.h |
diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h |
index ad59d8215c99fe43d3f35591c1fad16c92729c7a..6ee02c22fafb9d10ef54db2c8895a07f58450844 100644 |
--- a/Source/modules/webdatabase/DatabaseThread.h |
+++ b/Source/modules/webdatabase/DatabaseThread.h |
@@ -78,7 +78,7 @@ private: |
// This set keeps track of the open databases that have been used on this thread. |
// This must be updated in the database thread though it is constructed and |
// destructed in the context thread. |
- HeapHashSet<Member<Database> > m_openDatabaseSet; |
+ HeapHashSet<Member<Database>> m_openDatabaseSet; |
OwnPtr<SQLTransactionClient> m_transactionClient; |
Member<SQLTransactionCoordinator> m_transactionCoordinator; |