Index: third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp |
index 016dfafc7e51b8832ff82b39c8f42a54c8c53de2..2658a871243bd81c546843fcc64112064b757144 100644 |
--- a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp |
+++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp |
@@ -27,8 +27,6 @@ |
*/ |
#include "platform/audio/DynamicsCompressor.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "platform/audio/AudioBus.h" |
#include "platform/audio/AudioUtilities.h" |
#include "wtf/MathExtras.h" |
@@ -206,4 +204,3 @@ void DynamicsCompressor::setNumberOfChannels(unsigned numberOfChannels) |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |