Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h |
index 4a7a067e0c3ddb49b42fd10201456212be354163..b900a92ed358678b704d997221528f40d3a3a8aa 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h |
@@ -32,8 +32,6 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class AbstractAudioContext; |
@@ -125,6 +123,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // OfflineAudioDestinationNode_h |