Index: Source/platform/audio/SincResampler.cpp |
diff --git a/Source/platform/audio/SincResampler.cpp b/Source/platform/audio/SincResampler.cpp |
index fe7598c7e4d03aaef9b3de33e3336268642b9c52..3622bd35bd0bd702d80e7d22d651587a2da79bc1 100644 |
--- a/Source/platform/audio/SincResampler.cpp |
+++ b/Source/platform/audio/SincResampler.cpp |
@@ -28,8 +28,6 @@ |
#include "config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
#include "platform/audio/SincResampler.h" |
#include "platform/audio/AudioBus.h" |
@@ -469,5 +467,3 @@ void SincResampler::process(AudioSourceProvider* sourceProvider, float* destinat |
} |
} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |