Index: Source/platform/audio/FFTFrameStub.cpp |
diff --git a/Source/platform/audio/FFTFrameStub.cpp b/Source/platform/audio/FFTFrameStub.cpp |
index 8a246b02d865fa960e6938b31aaed453aed1f5da..e12ba8c1347b24e40a275a1708e35aa79cccab87 100644 |
--- a/Source/platform/audio/FFTFrameStub.cpp |
+++ b/Source/platform/audio/FFTFrameStub.cpp |
@@ -33,7 +33,7 @@ |
#include "platform/audio/FFTFrame.h" |
-namespace WebCore { |
+namespace blink { |
// Normal constructor: allocates for a given fftSize. |
FFTFrame::FFTFrame(unsigned /*fftSize*/) |
@@ -95,7 +95,7 @@ float* FFTFrame::imagData() const |
return 0; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT) |