Index: third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp |
index ac2843a80bab1839300ac5b33987de8cf60ebb4e..c7b9460069cab31e2296f161c28debbcb91484c6 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/ConvolverNodeTest.cpp |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include "config.h" |
+#if ENABLE(WEB_AUDIO) |
#include "modules/webaudio/ConvolverNode.h" |
#include "core/testing/DummyPageHolder.h" |
@@ -27,3 +28,5 @@ TEST(ConvolverNodeTest, ReverbLifetime) |
} |
} // namespace blink |
+ |
+#endif // ENABLE(WEB_AUDIO) |