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

Unified Diff: Source/modules/webdatabase/DatabaseManager.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/DatabaseManager.h
diff --git a/Source/modules/webdatabase/DatabaseManager.h b/Source/modules/webdatabase/DatabaseManager.h
index 84145018f299358f202685ce11b2a4d137656e23..d25886884f071a6ea3b4f547db2150db387fe1fc 100644
--- a/Source/modules/webdatabase/DatabaseManager.h
+++ b/Source/modules/webdatabase/DatabaseManager.h
@@ -83,7 +83,7 @@ private:
static void logErrorMessage(ExecutionContext*, const String& message);
- typedef PersistentHeapHashMap<ExecutionContext*, Member<DatabaseContext> > ContextMap;
+ typedef PersistentHeapHashMap<ExecutionContext*, Member<DatabaseContext>> ContextMap;
ContextMap m_contextMap;
#if ENABLE(ASSERT)
int m_databaseContextRegisteredCount;

Powered by Google App Engine
This is Rietveld 408576698