diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h index d0b88f1..9b6a8d2 100644 --- a/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h +++ b/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h @@ -29,8 +29,6 @@ #include "platform/audio/AudioDestination.h" #include "wtf/OwnPtr.h" -#if ENABLE(WEB_AUDIO) - namespace blink { class AbstractAudioContext; @@ -71,6 +69,4 @@ private: } // namespace blink -#endif // ENABLE(WEB_AUDIO) - #endif // DefaultAudioDestinationNode_h |