| Index: Source/modules/websockets/WebSocket.h
|
| diff --git a/Source/modules/websockets/WebSocket.h b/Source/modules/websockets/WebSocket.h
|
| index cafb267ab0ff746f810beeb2f8cbd1124a769035..5a077602e81804547b57dba9ae9ba170a6ad61b4 100644
|
| --- a/Source/modules/websockets/WebSocket.h
|
| +++ b/Source/modules/websockets/WebSocket.h
|
| @@ -48,7 +48,7 @@ namespace WebCore {
|
|
|
| class Blob;
|
|
|
| -class WebSocket : public RefCounted<WebSocket>, public ScriptWrappable, public EventTarget, public ActiveDOMObject, public WebSocketChannelClient {
|
| +class WebSocket : public EventTarget, public RefCounted<WebSocket>, public ScriptWrappable, public ActiveDOMObject, public WebSocketChannelClient {
|
| public:
|
| static const char* subProtocolSeperator();
|
| static PassRefPtr<WebSocket> create(ScriptExecutionContext*);
|
|
|