| Index: third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/Reverb.cpp b/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| index ba9ad8ed650acb57dd433eb2d6872780bb82aff1..f920f0402ec217ac35f8f269f5ec66612f5ef16b 100644
|
| --- a/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "platform/audio/Reverb.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include <math.h>
|
| #include "platform/audio/AudioBus.h"
|
| #include "platform/audio/VectorMath.h"
|
| @@ -235,4 +233,3 @@ size_t Reverb::latencyFrames() const
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|