| Index: third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFKernel.h b/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| index f52546189b47511125e9ad5917f5870220c0b7d2..bbe0ac031fe214e935eeb75afe2f476c781af999 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| @@ -39,8 +39,6 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioChannel;
|
| @@ -101,6 +99,4 @@ typedef Vector<OwnPtr<HRTFKernel>> HRTFKernelList;
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // HRTFKernel_h
|
|
|