| Index: Source/platform/audio/HRTFKernel.cpp
|
| diff --git a/Source/platform/audio/HRTFKernel.cpp b/Source/platform/audio/HRTFKernel.cpp
|
| index 8b828f9c3655fbb05c8232bf51433f0406e684e3..68b6e61d0c536a77167a8a171c42f90f448ba511 100644
|
| --- a/Source/platform/audio/HRTFKernel.cpp
|
| +++ b/Source/platform/audio/HRTFKernel.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/HRTFKernel.h"
|
|
|
| #include "platform/audio/AudioChannel.h"
|
| @@ -129,5 +127,3 @@ PassRefPtr<HRTFKernel> HRTFKernel::createInterpolatedKernel(HRTFKernel* kernel1,
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|