| Index: third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp b/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| index da66e2b051d8dc6115a43b7757d5f075b3cf87bc..de7e6b9775d2652a523bccce4f3b3301a073ebfa 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| @@ -23,8 +23,6 @@
|
| */
|
|
|
| #include "platform/audio/AudioDelayDSPKernel.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "platform/audio/AudioUtilities.h"
|
| #include "wtf/MathExtras.h"
|
| #include <cmath>
|
| @@ -172,4 +170,3 @@ double AudioDelayDSPKernel::latencyTime() const
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|