Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index 1559d2cc7c3febbdaf187948b2e3da4bc4a6b4fe..0fcfd80ebf9bb118826b74b2e8f6edf40be5ac62 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -41,7 +41,7 @@ class Blob; |
class RTCDataChannelHandler; |
class RTCPeerConnectionHandler; |
-class RTCDataChannel : public RefCounted<RTCDataChannel>, public ScriptWrappable, public EventTarget, public RTCDataChannelHandlerClient { |
+class RTCDataChannel : public EventTarget, public RefCounted<RTCDataChannel>, public ScriptWrappable, public RTCDataChannelHandlerClient { |
public: |
static PassRefPtr<RTCDataChannel> create(ScriptExecutionContext*, PassOwnPtr<RTCDataChannelHandler>); |
static PassRefPtr<RTCDataChannel> create(ScriptExecutionContext*, RTCPeerConnectionHandler*, const String& label, const WebKit::WebRTCDataChannelInit&, ExceptionCode&); |