| Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| index 97e8ed4ca500cb1215623018ad53c74b16cd70f5..6d60ab4fd95318053f4d80b8ca109c31c96a89a5 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
| @@ -218,8 +218,7 @@ const char* DOMWebSocket::subprotocolSeperator() {
|
| }
|
|
|
| DOMWebSocket::DOMWebSocket(ExecutionContext* context)
|
| - : ActiveScriptWrappable<DOMWebSocket>(this),
|
| - SuspendableObject(context),
|
| + : SuspendableObject(context),
|
| m_state(kConnecting),
|
| m_bufferedAmount(0),
|
| m_consumedBufferedAmount(0),
|
|
|