| Index: Source/platform/audio/Reverb.cpp
|
| diff --git a/Source/platform/audio/Reverb.cpp b/Source/platform/audio/Reverb.cpp
|
| index 8f1709f876c69d9772c4d378105568899b38281a..fcf3630c7c37eb63a2b01db0f5bc6fd46817e4d8 100644
|
| --- a/Source/platform/audio/Reverb.cpp
|
| +++ b/Source/platform/audio/Reverb.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/Reverb.h"
|
|
|
| #include <math.h>
|
| @@ -237,5 +235,3 @@ size_t Reverb::latencyFrames() const
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|