| Index: third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h
|
| index efb1866a2d859c7d58dea9a7b70240a6c58e078b..e3c35b3f7ad84cf01e6b774363ca3bb7f2d50b00 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h
|
| @@ -30,8 +30,6 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioBuffer;
|
| @@ -63,6 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioProcessingEvent_h
|
|
|