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