| Index: third_party/WebKit/Source/platform/audio/AudioBus.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioBus.h b/third_party/WebKit/Source/platform/audio/AudioBus.h
|
| index f5133aa2c62371770fc96b3cd37de3cdae775f1d..5657f4f704597a487dfbc43edd65c7288fc59f09 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioBus.h
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioBus.h
|
| @@ -35,8 +35,6 @@
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/Vector.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| // An AudioBus represents a collection of one or more AudioChannels.
|
| @@ -170,6 +168,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioBus_h
|
|
|