Index: Source/modules/websockets/WebSocketChannel.h |
diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h |
index 3fdc957c283090e841bda4899b94203ede59c326..6d29a69fa5656722056c35b0f1701a75f69b3252 100644 |
--- a/Source/modules/websockets/WebSocketChannel.h |
+++ b/Source/modules/websockets/WebSocketChannel.h |
@@ -88,7 +88,6 @@ public: |
// For WorkerThreadableWebSocketChannel. |
virtual SendResult send(PassOwnPtr<Vector<char> >) = 0; |
- virtual unsigned long bufferedAmount() const = 0; |
virtual void close(int code, const String& reason) = 0; |
// Log the reason text and close the connection. Will call didClose(). |