Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
index ba4649860f11027b40fadb7e3712f526030b0108..651bbe726cdee59d212e8538cca30764d923e34e 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
@@ -53,6 +53,7 @@ class RTCAnswerOptions; |
class RTCConfiguration; |
class RTCDTMFSender; |
class RTCDataChannel; |
+class RTCDataChannelInit; |
class RTCIceCandidateInitOrRTCIceCandidate; |
class RTCOfferOptions; |
class RTCPeerConnectionErrorCallback; |
@@ -153,7 +154,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData, |
RTCDataChannel* createDataChannel(ScriptState*, |
String label, |
- const Dictionary& data_channel_dict, |
+ const RTCDataChannelInit&, |
ExceptionState&); |
RTCDTMFSender* createDTMFSender(MediaStreamTrack*, ExceptionState&); |