| Index: Source/platform/mediastream/MediaStreamSource.cpp
|
| diff --git a/Source/platform/mediastream/MediaStreamSource.cpp b/Source/platform/mediastream/MediaStreamSource.cpp
|
| index e9df1d6094a3971ae48be782ee47f59e548a0499..d8a71289d8291d47c3a74f3d21b62bd9d7be310c 100644
|
| --- a/Source/platform/mediastream/MediaStreamSource.cpp
|
| +++ b/Source/platform/mediastream/MediaStreamSource.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "platform/mediastream/MediaStreamSource.h"
|
|
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtr<MediaStreamSource> MediaStreamSource::create(const String& id, Type type, const String& name, ReadyState readyState, bool requiresConsumer)
|
| {
|
| @@ -104,4 +104,4 @@ void MediaStreamSource::consumeAudio(AudioBus* bus, size_t numberOfFrames)
|
| (*it)->consumeAudio(bus, numberOfFrames);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|