| Index: third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| index 97fc2af8f13e67aa5b76a02a7b680b6cb7bb8a81..f8c29e26a05960dbec53a8031f20fb8c174ac699 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| @@ -95,7 +95,7 @@ HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, float sampleRate)
|
| }
|
| }
|
|
|
| - m_fftFrame = wrapUnique(new FFTFrame(fftSize));
|
| + m_fftFrame = makeUnique<FFTFrame>(fftSize);
|
| m_fftFrame->doPaddedFFT(impulseResponse, truncatedResponseLength);
|
| }
|
|
|
|
|