Index: Source/platform/audio/mac/FFTFrameMac.cpp |
diff --git a/Source/platform/audio/mac/FFTFrameMac.cpp b/Source/platform/audio/mac/FFTFrameMac.cpp |
index 8ef39402a37cff9b7e8c605416965d53122c80dc..718fa14d0882ed6a710dfba46af47b86f6cd603d 100644 |
--- a/Source/platform/audio/mac/FFTFrameMac.cpp |
+++ b/Source/platform/audio/mac/FFTFrameMac.cpp |
@@ -38,7 +38,7 @@ |
#include "platform/audio/VectorMath.h" |
-namespace WebCore { |
+namespace blink { |
const int kMaxFFTPow2Size = 24; |
@@ -163,7 +163,7 @@ float* FFTFrame::imagData() const |
return m_frame.imagp; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // #if OS(MACOSX) |