| Index: third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| index be9d655b7e53a705ba196183a4ac981ff0ed5c45..61924e12e2bb3ec808bc58719b2c3d9aabc537d3 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| @@ -38,8 +38,6 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <sys/types.h>
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioNodeOutput;
|
| @@ -160,6 +158,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioParam_h
|
|
|