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

Unified Diff: Source/platform/audio/HRTFDatabaseLoader.cpp

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/platform/audio/HRTFDatabase.h ('k') | Source/platform/audio/HRTFElevation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFDatabaseLoader.cpp
diff --git a/Source/platform/audio/HRTFDatabaseLoader.cpp b/Source/platform/audio/HRTFDatabaseLoader.cpp
index 332952bb66cbc2fa87c771cb22f5600d934e9533..171fa26f38558623123494562ade0878c5825796 100644
--- a/Source/platform/audio/HRTFDatabaseLoader.cpp
+++ b/Source/platform/audio/HRTFDatabaseLoader.cpp
@@ -39,7 +39,7 @@
namespace blink {
-typedef HeapHashMap<double, WeakMember<HRTFDatabaseLoader> > LoaderMap;
+typedef HeapHashMap<double, WeakMember<HRTFDatabaseLoader>> LoaderMap;
static LoaderMap& loaderMap()
{
« no previous file with comments | « Source/platform/audio/HRTFDatabase.h ('k') | Source/platform/audio/HRTFElevation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698