Index: Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
diff --git a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
index 8f08b5e428856e295b764b51be564380932d85ec..dcd6f7c199c723b88b90d667bcf967793907db9c 100644 |
--- a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
+++ b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
@@ -25,8 +25,6 @@ |
#ifndef MediaStreamAudioDestinationNode_h |
#define MediaStreamAudioDestinationNode_h |
-#if ENABLE(WEB_AUDIO) |
- |
#include "platform/audio/AudioBus.h" |
#include "modules/mediastream/MediaStream.h" |
#include "modules/webaudio/AudioBasicInspectorNode.h" |
@@ -64,8 +62,6 @@ private: |
RefPtr<AudioBus> m_mixBus; |
}; |
-} // namespace blink |
- |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // MediaStreamAudioDestinationNode_h |
Raymond Toy
2014/09/25 17:43:18
Isn't this in the wrong place now?
|
+ |
+} // namespace blink |