| Index: Source/modules/websockets/NewWebSocketChannelImpl.h
|
| diff --git a/Source/modules/websockets/NewWebSocketChannelImpl.h b/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| index 2bd7e4ab51520b06238aec65346621ae6abb292b..555dc6c705190ffea6d05f4b10aafa30183a2a7c 100644
|
| --- a/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| +++ b/Source/modules/websockets/NewWebSocketChannelImpl.h
|
| @@ -82,7 +82,6 @@ public:
|
| virtual WebSocketChannel::SendResult send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) OVERRIDE;
|
| virtual WebSocketChannel::SendResult send(PassRefPtr<BlobDataHandle>) OVERRIDE;
|
| virtual WebSocketChannel::SendResult send(PassOwnPtr<Vector<char> > data) OVERRIDE;
|
| - virtual unsigned long bufferedAmount() const OVERRIDE;
|
| // Start closing handshake. Use the CloseEventCodeNotSpecified for the code
|
| // argument to omit payload.
|
| virtual void close(int code, const String& reason) OVERRIDE;
|
| @@ -166,7 +165,6 @@ private:
|
| bool m_receivingMessageTypeIsText;
|
| int64_t m_sendingQuota;
|
| int64_t m_receivedDataSizeForFlowControl;
|
| - unsigned long m_bufferedAmount;
|
| size_t m_sentSizeOfTopMessage;
|
|
|
| String m_sourceURLAtConstruction;
|
|
|