| Index: Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| diff --git a/Source/modules/webaudio/AudioBufferSourceNode.cpp b/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| index e53b194a5f2f28eaa3fa1a1a41bbdf8aacdbe89d..b6837f6cef05df1975bf6de5e478114d9849a85f 100644
|
| --- a/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| +++ b/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/AudioBufferSourceNode.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| @@ -487,5 +485,3 @@ void AudioBufferSourceNode::trace(Visitor* visitor)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|