| Index: third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| index d17bcf5512afdf1984246d3c67fa9c6399c6055b..fdda686beae88244eb8a8063db2a9dc92c444129 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| @@ -31,7 +31,6 @@
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebRTCDataChannelHandler.h"
|
| #include "public/platform/WebRTCDataChannelHandlerClient.h"
|
| -#include "wtf/Compiler.h"
|
|
|
| namespace blink {
|
|
|
| @@ -46,7 +45,7 @@
|
|
|
| class MODULES_EXPORT RTCDataChannel final
|
| : public RefCountedGarbageCollectedEventTargetWithInlineData<RTCDataChannel>
|
| - , WTF_NON_EXPORTED_BASE(public WebRTCDataChannelHandlerClient) {
|
| + , public WebRTCDataChannelHandlerClient {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(RTCDataChannel);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|