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