Index: Source/web/WebSocketImpl.cpp |
diff --git a/Source/web/WebSocketImpl.cpp b/Source/web/WebSocketImpl.cpp |
index d78b69964e511fd4b2981b35042615f68d9287b4..7780af8e6e31a64ba81f4ced3c34b8878c6a3a4b 100644 |
--- a/Source/web/WebSocketImpl.cpp |
+++ b/Source/web/WebSocketImpl.cpp |
@@ -46,8 +46,6 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/WTFString.h" |
-using namespace blink; |
- |
namespace blink { |
WebSocketImpl::WebSocketImpl(const WebDocument& document, WebSocketClient* client) |