| Index: third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.h b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| index 2d1d53d739eb0b1a1a03881b43858a9ea5f96dbf..c7050af72398a620ef6f7235ff839ee77f1a04e9 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
|
| @@ -34,8 +34,6 @@
|
| #include "platform/geometry/FloatPoint3D.h"
|
| #include "wtf/HashMap.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AbstractAudioContext;
|
| @@ -189,6 +187,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // PannerNode_h
|
|
|