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 9b41838ee6299025622d09321c66bae52eadd126..76534ed65c68d5b1828e1a4353fdaec06b4aa7f2 100644 |
--- a/third_party/WebKit/Source/platform/audio/FFTFrame.cpp |
+++ b/third_party/WebKit/Source/platform/audio/FFTFrame.cpp |
@@ -27,8 +27,6 @@ |
*/ |
#include "platform/audio/FFTFrame.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "platform/audio/VectorMath.h" |
#include "platform/Logging.h" |
#include "wtf/MathExtras.h" |
@@ -269,4 +267,3 @@ void FFTFrame::multiply(const FFTFrame& frame) |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |