| Index: Source/platform/audio/AudioResamplerKernel.cpp
|
| diff --git a/Source/platform/audio/AudioResamplerKernel.cpp b/Source/platform/audio/AudioResamplerKernel.cpp
|
| index 45d9b2671aa403716ea6ec273613786b7aa2976d..b193ee4d90d104627ba86ca1e1f9fa5c10ebcb0e 100644
|
| --- a/Source/platform/audio/AudioResamplerKernel.cpp
|
| +++ b/Source/platform/audio/AudioResamplerKernel.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/AudioResamplerKernel.h"
|
|
|
| #include <algorithm>
|
| @@ -137,5 +135,3 @@ double AudioResamplerKernel::rate() const
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|