| Index: third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
|
| index 935d6ce0d2d035f51689de1686d82978a715cbde..be4f480e8222ba06ca4ec9ebb1a4df839c9072a6 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "modules/webaudio/AudioBuffer.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -308,4 +306,3 @@ void AudioBuffer::zero()
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|