summaryrefslogtreecommitdiffstats
path: root/WebCore/websockets/WebSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/websockets/WebSocket.h')
-rw-r--r--WebCore/websockets/WebSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/websockets/WebSocket.h b/WebCore/websockets/WebSocket.h
index fd3ee56..7f63cbf 100644
--- a/WebCore/websockets/WebSocket.h
+++ b/WebCore/websockets/WebSocket.h
@@ -83,7 +83,7 @@ namespace WebCore {
virtual ScriptExecutionContext* scriptExecutionContext() const;
virtual void contextDestroyed();
virtual bool canSuspend() const;
- virtual void suspend();
+ virtual void suspend(ReasonForSuspension);
virtual void resume();
virtual void stop();