Title: [214335] trunk/Source/WebCore
Revision
214335
Author
jon...@apple.com
Date
2017-03-23 22:14:13 -0700 (Thu, 23 Mar 2017)

Log Message

Update createDataChannel on RTCPeerConnection
https://bugs.webkit.org/show_bug.cgi?id=170044

Reviewed by Youenn Fablet.

* Modules/mediastream/RTCPeerConnection.idl: Change label to USVString.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214334 => 214335)


--- trunk/Source/WebCore/ChangeLog	2017-03-24 04:53:37 UTC (rev 214334)
+++ trunk/Source/WebCore/ChangeLog	2017-03-24 05:14:13 UTC (rev 214335)
@@ -1,3 +1,12 @@
+2017-03-23  Jon Lee  <jon...@apple.com>
+
+        Update createDataChannel on RTCPeerConnection
+        https://bugs.webkit.org/show_bug.cgi?id=170044
+
+        Reviewed by Youenn Fablet.
+
+        * Modules/mediastream/RTCPeerConnection.idl: Change label to USVString.
+
 2017-03-23  Antti Koivisto  <an...@apple.com>
 
         Revert r213712, caused iPad PLT regression

Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl (214334 => 214335)


--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl	2017-03-24 04:53:37 UTC (rev 214334)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl	2017-03-24 05:14:13 UTC (rev 214335)
@@ -135,8 +135,7 @@
     // 6.1 Peer-to-peer data API
     // FIXME 169644: missing sctp
 
-    // FIXME 169644: convert to USVString
-    [CallWith=ScriptExecutionContext, MayThrowException] RTCDataChannel createDataChannel([TreatNullAs=EmptyString] DOMString label, optional RTCDataChannelInit options);
+    [CallWith=ScriptExecutionContext, MayThrowException] RTCDataChannel createDataChannel([TreatNullAs=EmptyString] USVString label, optional RTCDataChannelInit options);
     attribute EventHandler ondatachannel;
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to