| Index: third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp b/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp
|
| index 62a8237a08cca1f30ed997054787bbde1599e54f..488dcc435dae5b00b443c4e183d95eea372486e9 100644
|
| --- a/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "platform/audio/ReverbAccumulationBuffer.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "platform/audio/VectorMath.h"
|
|
|
| namespace blink {
|
| @@ -113,4 +111,3 @@ void ReverbAccumulationBuffer::reset()
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|