Index: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
diff --git a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
index 62954fdf1483438ea42fde78cb40268f5b5fc85f..11ede46f9865f9aec7242f572ba360734e2068c5 100644 |
--- a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
+++ b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp |
@@ -42,7 +42,7 @@ extern "C" { |
#include "wtf/MathExtras.h" |
-namespace WebCore { |
+namespace blink { |
#if ENABLE(ASSERT) |
const int kMaxFFTPow2Size = 24; |
@@ -184,7 +184,7 @@ RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans) |
return context; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // USE(WEBAUDIO_FFMPEG) |