Index: Source/platform/audio/VectorMath.cpp |
diff --git a/Source/platform/audio/VectorMath.cpp b/Source/platform/audio/VectorMath.cpp |
index 219ed5463977ac5cc172f1117fd0cca3f9008a9a..298d71fde2fb637351d8a28605765800659cf7fe 100644 |
--- a/Source/platform/audio/VectorMath.cpp |
+++ b/Source/platform/audio/VectorMath.cpp |
@@ -24,8 +24,6 @@ |
#include "config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
#include "platform/audio/VectorMath.h" |
#include "wtf/Assertions.h" |
#include "wtf/CPU.h" |
@@ -686,5 +684,3 @@ void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, c |
} // namespace VectorMath |
} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |