| Index: third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| index e2e618ff7c2a93b1b55f079513c7851b0bc27aba..4e59e97a9b952e269f168b1b4ada41df43a1c5d6 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
|
| @@ -23,8 +23,6 @@
|
| */
|
|
|
| #include "modules/webaudio/DefaultAudioDestinationNode.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -153,4 +151,3 @@ DefaultAudioDestinationNode* DefaultAudioDestinationNode::create(AbstractAudioCo
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|