| Index: third_party/WebKit/Source/modules/webaudio/AudioListener.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioListener.h b/third_party/WebKit/Source/modules/webaudio/AudioListener.h
|
| index 8c9c798c6b3d3f5ff54abb7a80d1c2ecf0740c4b..f85adfe4f0c17736f24f8dbd071830fefd95f261 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioListener.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioListener.h
|
| @@ -34,8 +34,6 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Vector.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class HRTFDatabaseLoader;
|
| @@ -119,6 +117,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioListener_h
|
|
|