diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioParam.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AudioParam.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h index be9d655..61924e1 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 |