| Index: third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp
|
| index ca2fd0e98769ec5af049715a3b74440e878c11e5..67bd8b740608542b1ec7144d792c369202400f39 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp
|
| @@ -3,8 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #include "modules/webaudio/DynamicsCompressorNode.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "modules/webaudio/AbstractAudioContext.h"
|
| #include "modules/webaudio/OfflineAudioContext.h"
|
| @@ -28,4 +26,3 @@ TEST(DynamicsCompressorNodeTest, ProcessorLifetime)
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|