Index: Source/modules/websockets/WebSocket.h |
diff --git a/Source/modules/websockets/WebSocket.h b/Source/modules/websockets/WebSocket.h |
index 8fd7bf97c1f20f319d370081cc0979ad4b20b3b0..7126d14d89b2dc568dd2b7e25fc78b2cd5140fe5 100644 |
--- a/Source/modules/websockets/WebSocket.h |
+++ b/Source/modules/websockets/WebSocket.h |
@@ -116,7 +116,7 @@ public: |
virtual void stop() OVERRIDE; |
// WebSocketChannelClient functions. |
- virtual void didConnect() OVERRIDE; |
+ virtual void didConnect(const String& subprotocol, const String& extensions) OVERRIDE; |
virtual void didReceiveMessage(const String& message) OVERRIDE; |
virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) OVERRIDE; |
virtual void didReceiveMessageError() OVERRIDE; |