diff options
Diffstat (limited to 'Source/WebCore/websockets/ThreadableWebSocketChannel.h')
-rw-r--r-- | Source/WebCore/websockets/ThreadableWebSocketChannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/websockets/ThreadableWebSocketChannel.h b/Source/WebCore/websockets/ThreadableWebSocketChannel.h index e93cf8684..a14582a8f 100644 --- a/Source/WebCore/websockets/ThreadableWebSocketChannel.h +++ b/Source/WebCore/websockets/ThreadableWebSocketChannel.h @@ -53,6 +53,7 @@ public: virtual bool useHixie76Protocol() = 0; virtual void connect(const KURL&, const String& protocol) = 0; virtual String subprotocol() = 0; // Will be available after didConnect() callback is invoked. + virtual String extensions() = 0; // Will be available after didConnect() callback is invoked. virtual bool send(const String& message) = 0; virtual bool send(const ArrayBuffer&) = 0; virtual bool send(const Blob&) = 0; |