| Index: Source/modules/mediastream/RTCDataChannel.h
|
| diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h
|
| index fe582b9592d4f1c83143732781d6bc51bf60f035..e644878039618a6c3c3d0667fce7f6d24984720b 100644
|
| --- a/Source/modules/mediastream/RTCDataChannel.h
|
| +++ b/Source/modules/mediastream/RTCDataChannel.h
|
| @@ -45,7 +45,7 @@ struct WebRTCDataChannelInit;
|
| class RTCDataChannel final
|
| : public RefCountedGarbageCollectedEventTargetWithInlineData<RTCDataChannel>
|
| , public WebRTCDataChannelHandlerClient {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCDataChannel>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(RTCDataChannel);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
|
|
|