summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h')
-rw-r--r--src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h b/src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h
index 463cada9bd..1551073f6d 100644
--- a/src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h
+++ b/src/3rdparty/webkit/WebCore/websockets/WebSocketChannelClient.h
@@ -40,14 +40,15 @@ namespace WebCore {
virtual ~WebSocketChannelClient() { }
virtual void didConnect() { }
virtual void didReceiveMessage(const String&) { }
- virtual void didClose() { }
+ virtual void didReceiveMessageError() { }
+ virtual void didClose(unsigned long /* unhandledBufferedAmount */) { }
protected:
WebSocketChannelClient() { }
};
-} // namespace WebCore
+} // namespace WebCore
-#endif // ENABLE(WEB_SOCKETS)
+#endif // ENABLE(WEB_SOCKETS)
-#endif // WebSocketChannelClient_h
+#endif // WebSocketChannelClient_h