Index: Source/platform/audio/HRTFElevation.cpp |
diff --git a/Source/platform/audio/HRTFElevation.cpp b/Source/platform/audio/HRTFElevation.cpp |
index 9abf802f8d2fa41f9dff5296ccaa57baf55598d4..a61e95346e4d3081ee7ceda1bdc6123b31f299bd 100644 |
--- a/Source/platform/audio/HRTFElevation.cpp |
+++ b/Source/platform/audio/HRTFElevation.cpp |
@@ -28,8 +28,6 @@ |
#include "config.h" |
-#if ENABLE(WEB_AUDIO) |
- |
#include "platform/audio/HRTFElevation.h" |
#include <math.h> |
@@ -329,5 +327,3 @@ void HRTFElevation::getKernelsFromAzimuth(double azimuthBlend, unsigned azimuthI |
} |
} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |