| 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..aa39a07387af290b767c8f7bf98c9c5f9eb8e9e0 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.get();
|
| }
|
|
|
| // This cleanup task is needed just to make sure that the loader thread finishes
|
|
|