| Index: Source/modules/webaudio/AnalyserNode.cpp
|
| diff --git a/Source/modules/webaudio/AnalyserNode.cpp b/Source/modules/webaudio/AnalyserNode.cpp
|
| index 131461f19d835971ba892e1efb9087f1527d3cf8..6b9a8ba0a49c13e50465862a7df488653086710c 100644
|
| --- a/Source/modules/webaudio/AnalyserNode.cpp
|
| +++ b/Source/modules/webaudio/AnalyserNode.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/AnalyserNode.h"
|
|
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| @@ -119,5 +117,3 @@ void AnalyserNode::setSmoothingTimeConstant(double k, ExceptionState& exceptionS
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|