Index: third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
index 9170f3d078678654af10a972bac737568a9fcb33..c790d9ae288e3771710f565504f1531cee40d1ab 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h |
@@ -31,8 +31,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/HashSet.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class AudioNodeOutput; |
@@ -106,6 +104,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // AudioNodeInput_h |