| Index: Source/platform/audio/ipp/FFTFrameIPP.cpp
|
| diff --git a/Source/platform/audio/ipp/FFTFrameIPP.cpp b/Source/platform/audio/ipp/FFTFrameIPP.cpp
|
| index 15046d72a726505933cbc4fda07add8fc5ae3c16..4aed43cc04930de9cd143490282b14ccf9f2977b 100644
|
| --- a/Source/platform/audio/ipp/FFTFrameIPP.cpp
|
| +++ b/Source/platform/audio/ipp/FFTFrameIPP.cpp
|
| @@ -29,8 +29,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #if USE(WEBAUDIO_IPP)
|
|
|
| #include "platform/audio/FFTFrame.h"
|
| @@ -139,5 +137,3 @@ float* FFTFrame::getUpToDateComplexData()
|
| } // namespace blink
|
|
|
| #endif // USE(WEBAUDIO_IPP)
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|