| Index: Source/modules/websockets/DOMWebSocket.h
|
| diff --git a/Source/modules/websockets/DOMWebSocket.h b/Source/modules/websockets/DOMWebSocket.h
|
| index 4123e1602a4b41367e5125b2986af4cd0033de87..f8bf548e9184f837b0e2218a01e9ff6a59ae3a8f 100644
|
| --- a/Source/modules/websockets/DOMWebSocket.h
|
| +++ b/Source/modules/websockets/DOMWebSocket.h
|
| @@ -50,6 +50,7 @@ class ExceptionState;
|
|
|
| class DOMWebSocket : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<DOMWebSocket>, public EventTargetWithInlineData, public ActiveDOMObject, public WebSocketChannelClient {
|
| DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<DOMWebSocket>);
|
| + DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWebSocket);
|
| public:
|
| static const char* subprotocolSeperator();
|
|
|