| Index: Source/modules/websockets/WebSocketChannel.h
|
| diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h
|
| index 5f9369e4b6e6c5d96eb2d620f6021226c2470c37..abb3d35d40649ca7b02a23d73f16b6c595b6c6ad 100644
|
| --- a/Source/modules/websockets/WebSocketChannel.h
|
| +++ b/Source/modules/websockets/WebSocketChannel.h
|
| @@ -90,7 +90,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().
|
|
|