diff options
Diffstat (limited to 'third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h')
-rw-r--r-- | third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h index 9170f3d..c790d9a 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 |