| Index: Source/modules/websockets/WebSocketChannel.cpp
|
| diff --git a/Source/modules/websockets/WebSocketChannel.cpp b/Source/modules/websockets/WebSocketChannel.cpp
|
| index e152aeb187b5feb11c34ae03110dc0bbac64829c..746c5f93e17b3a7cd1dbab0d4066c96048a41aed 100644
|
| --- a/Source/modules/websockets/WebSocketChannel.cpp
|
| +++ b/Source/modules/websockets/WebSocketChannel.cpp
|
| @@ -46,7 +46,7 @@
|
| #include "modules/websockets/WorkerThreadableWebSocketChannel.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<WebSocketChannel> WebSocketChannel::create(ExecutionContext* context, WebSocketChannelClient* client)
|
| {
|
| @@ -73,4 +73,4 @@ PassRefPtrWillBeRawPtr<WebSocketChannel> WebSocketChannel::create(ExecutionConte
|
| return MainThreadWebSocketChannel::create(document, client, sourceURL, lineNumber);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|