Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / mac / FFTFrameMac.cpp
index 8ef3940..718fa14 100644 (file)
@@ -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)