| Index: Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp
|
| diff --git a/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp b/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp
|
| index 660526fd620c1a70c312e627b1204cda4142ef99..e2347ef11caeafed012d31f23f9993fce7a1f7a0 100644
|
| --- a/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp
|
| +++ b/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp
|
| @@ -53,7 +53,7 @@
|
| #include "wtf/Functional.h"
|
| #include "wtf/MainThread.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Created and destroyed on the worker thread. All setters of this class are
|
| // called on the main thread, while all getters are called on the worker
|
| @@ -623,4 +623,4 @@ void WorkerThreadableWebSocketChannel::Bridge::trace(Visitor* visitor)
|
| visitor->trace(m_peer);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|