| Index: Source/core/platform/audio/FFTFrame.cpp
|
| diff --git a/Source/core/platform/audio/FFTFrame.cpp b/Source/core/platform/audio/FFTFrame.cpp
|
| index 281595851c7c7b5a7c2b5db4490f5d8414325ecc..1f2bf6a70bf3e316bb910a8cc9c00b08387e1f1c 100644
|
| --- a/Source/core/platform/audio/FFTFrame.cpp
|
| +++ b/Source/core/platform/audio/FFTFrame.cpp
|
| @@ -278,17 +278,6 @@ void FFTFrame::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
|
| info.addMember(m_imagData, "imagData");
|
| #endif // USE(WEBAUDIO_FFMPEG)
|
|
|
| -#if USE(WEBAUDIO_GSTREAMER)
|
| -#ifndef GST_API_VERSION_1
|
| - // The GstFFTF32 structure is exposed publicly in GStreamer 0.10 only.
|
| - info.addMember(m_fft, "fft");
|
| - info.addMember(m_inverseFft, "inverseFft");
|
| -#endif
|
| - info.addMember(m_complexData, "complexData");
|
| - info.addMember(m_realData, "realData");
|
| - info.addMember(m_imagData, "imagData");
|
| -#endif // USE(WEBAUDIO_GSTREAMER)
|
| -
|
| #if USE(WEBAUDIO_IPP)
|
| int size = 0;
|
| ippsDFTGetBufSize_R_32f(m_DFTSpec, &size);
|
|
|