| Index: Source/platform/audio/FFTFrame.cpp
|
| diff --git a/Source/platform/audio/FFTFrame.cpp b/Source/platform/audio/FFTFrame.cpp
|
| index 56fd26905242483c6f4916269b05683cb150c3f9..61fd349ef3a9dd0a1840f91735e6f9e201899e33 100644
|
| --- a/Source/platform/audio/FFTFrame.cpp
|
| +++ b/Source/platform/audio/FFTFrame.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/FFTFrame.h"
|
|
|
| #include "platform/audio/VectorMath.h"
|
| @@ -292,5 +290,3 @@ void FFTFrame::print()
|
| #endif // NDEBUG
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|