Index: Source/web/WebSocketImpl.h |
diff --git a/Source/web/WebSocketImpl.h b/Source/web/WebSocketImpl.h |
index 2f904a2a77b9e7a4a8f503ca49f2588d6fe928b6..7bd26da36d9478e606e63f7b2538cdcc8d1d11a9 100644 |
--- a/Source/web/WebSocketImpl.h |
+++ b/Source/web/WebSocketImpl.h |
@@ -76,7 +76,7 @@ public: |
void didClose(WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason); |
private: |
- Persistent<blink::WebSocketChannel> m_private; |
+ Persistent<WebSocketChannel> m_private; |
WebSocketClient* m_client; |
Persistent<WebSocketChannelClientProxy> m_channelProxy; |
BinaryType m_binaryType; |