| Index: Source/modules/webaudio/AudioNodeOutput.cpp
|
| diff --git a/Source/modules/webaudio/AudioNodeOutput.cpp b/Source/modules/webaudio/AudioNodeOutput.cpp
|
| index d1fd4a1aee0fd3a1cd0b2520e9348a6d723838c4..fbad3577f599a68c63f58208a30a11ff180ad61b 100644
|
| --- a/Source/modules/webaudio/AudioNodeOutput.cpp
|
| +++ b/Source/modules/webaudio/AudioNodeOutput.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/AudioNodeOutput.h"
|
|
|
| #include "modules/webaudio/AudioContext.h"
|
| @@ -240,5 +238,3 @@ void AudioNodeOutput::enable()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|