Index: Source/platform/audio/Reverb.cpp |
diff --git a/Source/platform/audio/Reverb.cpp b/Source/platform/audio/Reverb.cpp |
index b5d320fd4a2972e5640e59f7909d365394d00e34..8f1709f876c69d9772c4d378105568899b38281a 100644 |
--- a/Source/platform/audio/Reverb.cpp |
+++ b/Source/platform/audio/Reverb.cpp |
@@ -43,7 +43,7 @@ |
using namespace std; |
#endif |
-namespace WebCore { |
+namespace blink { |
using namespace VectorMath; |
@@ -236,6 +236,6 @@ size_t Reverb::latencyFrames() const |
return !m_convolvers.isEmpty() ? m_convolvers.first()->latencyFrames() : 0; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |