| Index: third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| index 86a42720e860d3e31fa95403e75cc1ef3913be64..9fb8cadc45dc98c720129ee7ab6978adbabaf4df 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| @@ -39,8 +39,8 @@ namespace blink {
|
|
|
| using LoaderMap = HashMap<double, HRTFDatabaseLoader*>;
|
|
|
| -// getLoaderMap() returns the static hash map that contains the mapping between the
|
| -// sample rate and the corresponding HRTF database.
|
| +// getLoaderMap() returns the static hash map that contains the mapping between
|
| +// the sample rate and the corresponding HRTF database.
|
| static LoaderMap& getLoaderMap() {
|
| DEFINE_STATIC_LOCAL(LoaderMap*, map, (new LoaderMap));
|
| return *map;
|
|
|