| Index: Source/modules/websockets/WebSocketChannel.h
|
| diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h
|
| index c887ad9d6fb1522f9c9af7b7175f0892c154abd6..8dbec98ffa93bdb41b0d7cfe174d20521a0c8b91 100644
|
| --- a/Source/modules/websockets/WebSocketChannel.h
|
| +++ b/Source/modules/websockets/WebSocketChannel.h
|
| @@ -77,7 +77,7 @@ public:
|
| virtual void send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) = 0;
|
| virtual void send(PassRefPtr<BlobDataHandle>) = 0;
|
|
|
| - // For WorkerThreadableWebSocketChannel.
|
| + // For WorkerWebSocketChannel.
|
| virtual void send(PassOwnPtr<Vector<char> >) = 0;
|
|
|
| // Do not call |send| after calling this method.
|
|
|