Index: Source/platform/audio/FFTFrame.cpp |
diff --git a/Source/platform/audio/FFTFrame.cpp b/Source/platform/audio/FFTFrame.cpp |
index aff11cb73bf5d72b2503c88f622e2adf29e13e3d..e65ef0e4f38d07e0aa47fb9364713fa77ac2d79a 100644 |
--- a/Source/platform/audio/FFTFrame.cpp |
+++ b/Source/platform/audio/FFTFrame.cpp |
@@ -43,7 +43,7 @@ |
#include "wtf/MathExtras.h" |
#include "wtf/OwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
void FFTFrame::doPaddedFFT(const float* data, size_t dataSize) |
{ |
@@ -292,6 +292,6 @@ void FFTFrame::print() |
} |
#endif // NDEBUG |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |