| Index: Source/platform/audio/ReverbConvolverStage.cpp
|
| diff --git a/Source/platform/audio/ReverbConvolverStage.cpp b/Source/platform/audio/ReverbConvolverStage.cpp
|
| index ce3065ec1096764ed16d8c14371c375660d21c79..8c879b1ef8bb27b3a7ff79e5d1c5eaad22551175 100644
|
| --- a/Source/platform/audio/ReverbConvolverStage.cpp
|
| +++ b/Source/platform/audio/ReverbConvolverStage.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/ReverbConvolverStage.h"
|
|
|
| #include "platform/audio/ReverbAccumulationBuffer.h"
|
| @@ -180,5 +178,3 @@ void ReverbConvolverStage::reset()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|