| Index: third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.h b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
|
| index 5d9cd9395809ac2795f25d9963d9057bb7c15e77..9fd53c34e869141b8e23511c1a945c669a324046 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
|
| @@ -37,8 +37,6 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/build_config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioBus;
|
| @@ -89,6 +87,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioBuffer_h
|
|
|