diff options
Diffstat (limited to 'WebCore/websockets/WebSocket.h')
-rw-r--r-- | WebCore/websockets/WebSocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/websockets/WebSocket.h b/WebCore/websockets/WebSocket.h index 18e2b25..c72dbbd 100644 --- a/WebCore/websockets/WebSocket.h +++ b/WebCore/websockets/WebSocket.h @@ -82,6 +82,8 @@ namespace WebCore { virtual WebSocket* toWebSocket() { return this; } virtual ScriptExecutionContext* scriptExecutionContext() const; + virtual void contextDestroyed(); + virtual void stop(); using RefCounted<WebSocket>::ref; using RefCounted<WebSocket>::deref; |