Index: third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp b/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp |
index 0b82b36ef2414cf238b346d6cfa8daa6f74cce9b..001a5f7396a1686da29c747343010d12b210adea 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp |
@@ -23,8 +23,6 @@ |
*/ |
#include "modules/webaudio/DelayDSPKernel.h" |
- |
-#if ENABLE(WEB_AUDIO) |
#include "platform/audio/AudioUtilities.h" |
#include "wtf/MathExtras.h" |
#include <algorithm> |
@@ -70,4 +68,3 @@ double DelayDSPKernel::delayTime(float) |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |