diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h index a81464f..a25e598 100644 --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h @@ -31,8 +31,6 @@ #include "platform/audio/AudioIOCallback.h" #include "platform/audio/AudioSourceProvider.h" -#if ENABLE(WEB_AUDIO) - namespace blink { class AudioBus; @@ -106,6 +104,4 @@ protected: } // namespace blink -#endif // ENABLE(WEB_AUDIO) - #endif // AudioDestinationNode_h |