| Index: Source/platform/audio/DynamicsCompressor.cpp
|
| diff --git a/Source/platform/audio/DynamicsCompressor.cpp b/Source/platform/audio/DynamicsCompressor.cpp
|
| index 2f7e6840d5316c514abdf74b80105bffd8f4e5e0..f7c34ac33d1acdfc5d36f6f8269d5d60b0aefcfc 100644
|
| --- a/Source/platform/audio/DynamicsCompressor.cpp
|
| +++ b/Source/platform/audio/DynamicsCompressor.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "platform/audio/AudioUtilities.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| using namespace AudioUtilities;
|
|
|
| @@ -207,6 +207,6 @@ void DynamicsCompressor::setNumberOfChannels(unsigned numberOfChannels)
|
| m_numberOfChannels = numberOfChannels;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|