| Index: Source/platform/audio/UpSampler.cpp
|
| diff --git a/Source/platform/audio/UpSampler.cpp b/Source/platform/audio/UpSampler.cpp
|
| index 328acd317bdd22d79d62a18d95c0812b6045f738..b44b78fbdd2dbf27dbbbfb1fb753d65efe34606e 100644
|
| --- a/Source/platform/audio/UpSampler.cpp
|
| +++ b/Source/platform/audio/UpSampler.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/UpSampler.h"
|
|
|
| #include "wtf/MathExtras.h"
|
| @@ -130,5 +128,3 @@ size_t UpSampler::latencyFrames() const
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|