| Index: Source/platform/audio/AudioPullFIFO.cpp
|
| diff --git a/Source/platform/audio/AudioPullFIFO.cpp b/Source/platform/audio/AudioPullFIFO.cpp
|
| index c7a8887c38a08e1845bdae0c3bf5f4aa543440d3..120ad2d0ccd2b643b732371d8cda966b6f3813b5 100644
|
| --- a/Source/platform/audio/AudioPullFIFO.cpp
|
| +++ b/Source/platform/audio/AudioPullFIFO.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "platform/audio/AudioPullFIFO.h"
|
|
|
| namespace blink {
|
| @@ -71,5 +69,3 @@ void AudioPullFIFO::fillBuffer(size_t numberOfFrames)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|