| Index: Source/modules/webaudio/AudioNode.cpp
|
| diff --git a/Source/modules/webaudio/AudioNode.cpp b/Source/modules/webaudio/AudioNode.cpp
|
| index 368756924bbb422ed4264bd9a773cf4e83835d6d..ddae293d5c2f995ad523eb85ffa2fc56c9d6cf41 100644
|
| --- a/Source/modules/webaudio/AudioNode.cpp
|
| +++ b/Source/modules/webaudio/AudioNode.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/AudioNode.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| @@ -572,5 +570,3 @@ void AudioNode::updateChannelCountMode()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|