Index: Source/platform/audio/ReverbConvolver.cpp |
diff --git a/Source/platform/audio/ReverbConvolver.cpp b/Source/platform/audio/ReverbConvolver.cpp |
index 6c4e1c79fd2076efcaf66ab8ebfb9fb961c604e1..48949a5858bc655dc3879546ca8ba8236cf6b86a 100644 |
--- a/Source/platform/audio/ReverbConvolver.cpp |
+++ b/Source/platform/audio/ReverbConvolver.cpp |
@@ -38,7 +38,7 @@ |
#include "public/platform/Platform.h" |
#include "public/platform/WebThread.h" |
-namespace WebCore { |
+namespace blink { |
using namespace VectorMath; |
@@ -196,6 +196,6 @@ size_t ReverbConvolver::latencyFrames() const |
return 0; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |