Index: Source/platform/audio/ipp/FFTFrameIPP.cpp |
diff --git a/Source/platform/audio/ipp/FFTFrameIPP.cpp b/Source/platform/audio/ipp/FFTFrameIPP.cpp |
index 454d55d6534cab6cf7063c59781fbee231d15e54..55f4861a22ec4b5de7e7353c65153f77e34f839a 100644 |
--- a/Source/platform/audio/ipp/FFTFrameIPP.cpp |
+++ b/Source/platform/audio/ipp/FFTFrameIPP.cpp |
@@ -37,7 +37,7 @@ |
#include "wtf/MathExtras.h" |
-namespace WebCore { |
+namespace blink { |
const unsigned maximumFFTPower2Size = 24; |
@@ -146,7 +146,7 @@ float* FFTFrame::getUpToDateComplexData() |
return const_cast<float*>(m_complexData.data()); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // USE(WEBAUDIO_IPP) |