diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h index 0719de0..756833a 100644 --- a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h +++ b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h @@ -30,8 +30,6 @@ #include "wtf/OwnPtr.h" #include "wtf/build_config.h" -#if ENABLE(WEB_AUDIO) - namespace blink { class AudioBuffer; @@ -62,6 +60,4 @@ private: } // namespace blink -#endif // ENABLE(WEB_AUDIO) - #endif // AsyncAudioDecoder_h |