Index: Source/platform/audio/Biquad.cpp |
diff --git a/Source/platform/audio/Biquad.cpp b/Source/platform/audio/Biquad.cpp |
index 7f8c0501acf2ce5978b38308992470dd8e760300..21df7745a9eb198b30491638b5b968fa59a220fb 100644 |
--- a/Source/platform/audio/Biquad.cpp |
+++ b/Source/platform/audio/Biquad.cpp |
@@ -41,7 +41,7 @@ |
#include <Accelerate/Accelerate.h> |
#endif |
-namespace WebCore { |
+namespace blink { |
#if OS(MACOSX) |
const int kBufferSize = 1024; |
@@ -584,6 +584,6 @@ void Biquad::getFrequencyResponse(int nFrequencies, |
} |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |