| Index: third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| index f1ba8be24ef61549f31e8dd7063ed36c39db5559..0dceaa90165c3a8b09ab9765a3bb3ef32369de66 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| @@ -23,8 +23,6 @@
|
| */
|
|
|
| #include "modules/webaudio/AudioBufferSourceNode.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -713,4 +711,3 @@ void AudioBufferSourceNode::start(double when, double grainOffset, double grainD
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|