| Index: Source/modules/webaudio/PannerNode.cpp
|
| diff --git a/Source/modules/webaudio/PannerNode.cpp b/Source/modules/webaudio/PannerNode.cpp
|
| index 2a176403e04033924b002a555517ec18e3ee8b7d..8d87d1cf7ff1753b543fec82d5140dfd1f89fbc4 100644
|
| --- a/Source/modules/webaudio/PannerNode.cpp
|
| +++ b/Source/modules/webaudio/PannerNode.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| #include "modules/webaudio/PannerNode.h"
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| @@ -586,5 +584,3 @@ void PannerNode::trace(Visitor* visitor)
|
| }
|
|
|
| } // namespace blink
|
| -
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|