| Index: third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp b/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
|
| index 3a4758e7cd61177a01c9d06227a93cbe6da53dd1..7bdf21ea79c89db3d6b84bc98ebe8c3f4adec87d 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
|
| @@ -23,8 +23,6 @@
|
| */
|
|
|
| #include "modules/webaudio/PannerNode.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "bindings/core/v8/ExceptionMessages.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -692,4 +690,3 @@ void PannerNode::setConeOuterGain(double gain)
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|