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

Unified Diff: Source/modules/webdatabase/DatabaseThread.h

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/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;

Powered by Google App Engine
This is Rietveld 408576698