| 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 aa39a07387af290b767c8f7bf98c9c5f9eb8e9e0..d57b760f51371dfd4e0a91584d5fbdf09d103a7f 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
|
| @@ -120,7 +120,7 @@ void HRTFDatabaseLoader::waitForLoaderThreadCompletion()
|
| // TODO(alexclarke): Should this be posted as a loading task?
|
| m_thread->getWebTaskRunner()->postTask(BLINK_FROM_HERE, threadSafeBind(&HRTFDatabaseLoader::cleanupTask, AllowCrossThreadAccess(this), AllowCrossThreadAccess(&sync)));
|
| sync.waitForTaskCompletion();
|
| - m_thread.clear();
|
| + m_thread.reset();
|
| }
|
|
|
| } // namespace blink
|
|
|