| Index: Source/platform/audio/ReverbInputBuffer.cpp
|
| diff --git a/Source/platform/audio/ReverbInputBuffer.cpp b/Source/platform/audio/ReverbInputBuffer.cpp
|
| index 095cee3bb2824ccbad59f110eaef914df615e8c2..ab7c66f4572340c8f8092d97602b5748cb46e52a 100644
|
| --- a/Source/platform/audio/ReverbInputBuffer.cpp
|
| +++ b/Source/platform/audio/ReverbInputBuffer.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/ReverbInputBuffer.h"
|
|
|
| namespace blink {
|
| @@ -85,5 +83,3 @@ void ReverbInputBuffer::reset()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|