| Index: third_party/WebKit/Source/platform/audio/FFTFrame.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/FFTFrame.cpp b/third_party/WebKit/Source/platform/audio/FFTFrame.cpp
|
| index 5abb2e33c09f1f7549a7e742538beab4c3fde0b2..9d70364c984c8a5d4584dace6977a16c2e85f34e 100644
|
| --- a/third_party/WebKit/Source/platform/audio/FFTFrame.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/FFTFrame.cpp
|
| @@ -64,7 +64,7 @@ PassOwnPtr<FFTFrame> FFTFrame::createInterpolatedFrame(const FFTFrame& frame1, c
|
| // Put back into frequency domain.
|
| newFrame->doFFT(buffer.data());
|
|
|
| - return newFrame.release();
|
| + return newFrame;
|
| }
|
|
|
| void FFTFrame::interpolateFrequencyComponents(const FFTFrame& frame1, const FFTFrame& frame2, double interp)
|
|
|