| Index: Source/modules/webaudio/DelayNode.cpp
|
| diff --git a/Source/modules/webaudio/DelayNode.cpp b/Source/modules/webaudio/DelayNode.cpp
|
| index 681fb3d7ac774c9fa5e15da56791abab26f018f1..01caffec3369ae539b058fe561e2fd7513526600 100644
|
| --- a/Source/modules/webaudio/DelayNode.cpp
|
| +++ b/Source/modules/webaudio/DelayNode.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/DelayNode.h"
|
|
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| @@ -58,5 +56,3 @@ AudioParam* DelayNode::delayTime()
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|