| Index: Source/platform/audio/AudioFIFO.cpp
|
| diff --git a/Source/platform/audio/AudioFIFO.cpp b/Source/platform/audio/AudioFIFO.cpp
|
| index ebab26bfb5f508a8143ea109a0bb58efede730cd..b7bf7547d471e891f7a07b95871cd332976791ca 100644
|
| --- a/Source/platform/audio/AudioFIFO.cpp
|
| +++ b/Source/platform/audio/AudioFIFO.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| #include "platform/audio/AudioFIFO.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| AudioFIFO::AudioFIFO(unsigned numberOfChannels, size_t fifoLength)
|
| : m_fifoAudioBus(AudioBus::create(numberOfChannels, fifoLength))
|
| @@ -139,6 +139,6 @@ void AudioFIFO::findWrapLengths(size_t index, size_t size, size_t& part1Length,
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|