Index: Source/platform/audio/DirectConvolver.cpp |
diff --git a/Source/platform/audio/DirectConvolver.cpp b/Source/platform/audio/DirectConvolver.cpp |
index b0e2750e2f1f3e0cf4635edcd9c8b32be44bd653..b801cee30a24202e400a115cf91e96a119043c23 100644 |
--- a/Source/platform/audio/DirectConvolver.cpp |
+++ b/Source/platform/audio/DirectConvolver.cpp |
@@ -39,7 +39,7 @@ |
#include "platform/audio/VectorMath.h" |
#include "wtf/CPU.h" |
-namespace WebCore { |
+namespace blink { |
using namespace VectorMath; |
@@ -383,6 +383,6 @@ void DirectConvolver::reset() |
#endif // USE(WEBAUDIO_IPP) |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |