| Index: Source/platform/audio/AudioFIFO.cpp
|
| diff --git a/Source/platform/audio/AudioFIFO.cpp b/Source/platform/audio/AudioFIFO.cpp
|
| index b7bf7547d471e891f7a07b95871cd332976791ca..512f5903cf7cb6aa107c6bacc5f973d265b08d03 100644
|
| --- a/Source/platform/audio/AudioFIFO.cpp
|
| +++ b/Source/platform/audio/AudioFIFO.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/AudioFIFO.h"
|
|
|
| namespace blink {
|
| @@ -140,5 +138,3 @@ void AudioFIFO::findWrapLengths(size_t index, size_t size, size_t& part1Length,
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|