| 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 70d073f33e205dcacdde491037e25fb2bf2d5ce7..3aef1d49b8ec9393e4fff77238c805d2eca1bc25 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| @@ -101,7 +101,7 @@ void HRTFDatabaseLoader::loadAsynchronously()
|
| bool HRTFDatabaseLoader::isLoaded()
|
| {
|
| MutexLocker locker(m_lock);
|
| - return m_hrtfDatabase;
|
| + return !!m_hrtfDatabase;
|
| }
|
|
|
| // This cleanup task is needed just to make sure that the loader thread finishes
|
|
|