| Index: Source/modules/mediastream/RTCDataChannel.cpp
|
| diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp
|
| index 014e8289c59df92918afc0e57f0c42297c50f819..de6d8cf9bb2650ad989050c2b5f05746e4bd2703 100644
|
| --- a/Source/modules/mediastream/RTCDataChannel.cpp
|
| +++ b/Source/modules/mediastream/RTCDataChannel.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/ArrayBuffer.h"
|
| #include "wtf/ArrayBufferView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| static void throwNotOpenException(ExceptionState& exceptionState)
|
| {
|
| @@ -335,4 +335,4 @@ void RTCDataChannel::trace(Visitor* visitor)
|
| EventTargetWithInlineData::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|