Index: Source/modules/webaudio/DelayDSPKernel.cpp |
diff --git a/Source/modules/webaudio/DelayDSPKernel.cpp b/Source/modules/webaudio/DelayDSPKernel.cpp |
index fc7b03cb378b4fbab33c2310f2111ce4a4de6101..06a81eb7f9ca116667442946d5cb77ad93900b06 100644 |
--- a/Source/modules/webaudio/DelayDSPKernel.cpp |
+++ b/Source/modules/webaudio/DelayDSPKernel.cpp |
@@ -24,8 +24,6 @@ |
#include "config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
#include "modules/webaudio/DelayDSPKernel.h" |
#include "platform/audio/AudioUtilities.h" |
@@ -70,5 +68,3 @@ double DelayDSPKernel::delayTime(float) |
} |
} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |