| Index: third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioDestination.cpp b/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| index 4552523e75af948897f8bf5fe3afefd7e4d877cf..3eccc8af5d1e3ac4fbc580d9cabe1d543d943c5c 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "platform/audio/AudioDestination.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "platform/audio/AudioFIFO.h"
|
| #include "platform/audio/AudioPullFIFO.h"
|
| #include "public/platform/Platform.h"
|
| @@ -174,4 +172,3 @@ void AudioDestination::provideInput(AudioBus* bus, size_t framesToProcess)
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|