| Index: third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
|
| index d9795fa97a95ff69eb151e095ce55b6d4f2c4a4e..6a82ba2b8670cc8fdfbbafa2e2c198317b9b2fd0 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp
|
| @@ -23,8 +23,6 @@
|
| */
|
|
|
| #include "modules/webaudio/WaveShaperNode.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -106,4 +104,3 @@ String WaveShaperNode::oversample() const
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|