summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/websockets/ThreadableWebSocketChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/websockets/ThreadableWebSocketChannel.h')
-rw-r--r--Source/WebCore/websockets/ThreadableWebSocketChannel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/websockets/ThreadableWebSocketChannel.h b/Source/WebCore/websockets/ThreadableWebSocketChannel.h
index 05b3767..956e0fe 100644
--- a/Source/WebCore/websockets/ThreadableWebSocketChannel.h
+++ b/Source/WebCore/websockets/ThreadableWebSocketChannel.h
@@ -43,8 +43,10 @@ class KURL;
class ScriptExecutionContext;
class WebSocketChannelClient;
-class ThreadableWebSocketChannel : public Noncopyable {
+class ThreadableWebSocketChannel {
+ WTF_MAKE_NONCOPYABLE(ThreadableWebSocketChannel);
public:
+ ThreadableWebSocketChannel() { }
static PassRefPtr<ThreadableWebSocketChannel> create(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
virtual void connect() = 0;