| Index: Source/platform/audio/DynamicsCompressorKernel.cpp
|
| diff --git a/Source/platform/audio/DynamicsCompressorKernel.cpp b/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| index 1b03ca50665bc1f6c74efd2a594ad3935f0814bb..2e69d2ed6cf076e4649594f6b421493115e85c87 100644
|
| --- a/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| +++ b/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/DynamicsCompressorKernel.h"
|
|
|
| #include <algorithm>
|
| @@ -473,5 +471,3 @@ void DynamicsCompressorKernel::reset()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|