Index: public/web/WebSocketClient.h |
diff --git a/public/web/WebSocketClient.h b/public/web/WebSocketClient.h |
index 35896f82b0b9dfa8d66d74a9abdee8b24e19bf52..6578975d1f327efc03cad3696a69f25d3231ff69 100644 |
--- a/public/web/WebSocketClient.h |
+++ b/public/web/WebSocketClient.h |
@@ -50,9 +50,8 @@ public: |
virtual void didReceiveMessage(const WebString& message) { } |
virtual void didReceiveArrayBuffer(const WebArrayBuffer& arrayBuffer) { } |
virtual void didReceiveMessageError() { } |
- virtual void didUpdateBufferedAmount(unsigned long bufferedAmount) { } |
virtual void didStartClosingHandshake() { } |
- virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { } |
+ virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { } |
}; |
} // namespace blink |