Index: Source/web/WebSocketImpl.cpp |
diff --git a/Source/web/WebSocketImpl.cpp b/Source/web/WebSocketImpl.cpp |
index a529592921ab4f5433452ff299c4d770965111fb..492e404ad1052b71e5dc600a7502efdf087f97b5 100644 |
--- a/Source/web/WebSocketImpl.cpp |
+++ b/Source/web/WebSocketImpl.cpp |
@@ -46,7 +46,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebSocketImpl::WebSocketImpl(const WebDocument& document, WebSocketClient* client) |
: m_client(client) |
@@ -167,4 +167,4 @@ void WebSocketImpl::didClose(unsigned long bufferedAmount, ClosingHandshakeCompl |
m_client->didClose(bufferedAmount, static_cast<WebSocketClient::ClosingHandshakeCompletionStatus>(status), code, WebString(reason)); |
} |
-} // namespace WebKit |
+} // namespace blink |