Index: Source/modules/webaudio/RealtimeAnalyser.cpp |
diff --git a/Source/modules/webaudio/RealtimeAnalyser.cpp b/Source/modules/webaudio/RealtimeAnalyser.cpp |
index e5aae59ab10af339b67d8467491e6d3c7e53b636..8a207e5ebba7b426677e8c26501cf18f83e44348 100644 |
--- a/Source/modules/webaudio/RealtimeAnalyser.cpp |
+++ b/Source/modules/webaudio/RealtimeAnalyser.cpp |
@@ -40,7 +40,7 @@ |
#include "wtf/MathExtras.h" |
#include "wtf/Uint8Array.h" |
-namespace WebCore { |
+namespace blink { |
const double RealtimeAnalyser::DefaultSmoothingTimeConstant = 0.8; |
const double RealtimeAnalyser::DefaultMinDecibels = -100; |
@@ -321,6 +321,6 @@ void RealtimeAnalyser::getByteTimeDomainData(Uint8Array* destinationArray) |
} |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |