Index: third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
index 22175ec932379b030b1ae4019fd658ff4c6c37a0..64b9248a6b419b33b73736d5a3af438f3198d91f 100644 |
--- a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
+++ b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
@@ -42,7 +42,7 @@ extern "C" { |
namespace blink { |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
// Max FFT size for FFMPEG. WebAudio currently only uses FFTs up to size 15 |
// (2^15 points). |
const int kMaxFFTPow2Size = 16; |