| Index: third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp b/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
|
| index e204727165f989bc1dd2ecf8bf967de1231fd55d..4a59630403a64ba154fa665684c511cb4405fdb2 100644
|
| --- a/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
|
| @@ -122,7 +122,7 @@ ReverbConvolver::ReverbConvolver(AudioChannel* impulseResponse, size_t renderSli
|
| ReverbConvolver::~ReverbConvolver()
|
| {
|
| // Wait for background thread to stop
|
| - m_backgroundThread.clear();
|
| + m_backgroundThread.reset();
|
| }
|
|
|
| void ReverbConvolver::processInBackground()
|
|
|