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, 0 insertions, 2 deletions
diff --git a/WebCore/websockets/WebSocket.h b/WebCore/websockets/WebSocket.h
index b2102d1..2c95ff9 100644
--- a/WebCore/websockets/WebSocket.h
+++ b/WebCore/websockets/WebSocket.h
@@ -50,10 +50,8 @@ namespace WebCore {
class WebSocket : public RefCounted<WebSocket>, public EventTarget, public ActiveDOMObject, public WebSocketChannelClient {
public:
-#if USE(V8)
static void setIsAvailable(bool);
static bool isAvailable();
-#endif
static PassRefPtr<WebSocket> create(ScriptExecutionContext* context) { return adoptRef(new WebSocket(context)); }
virtual ~WebSocket();