Title: [214356] trunk/Source/WebCore
Revision
214356
Author
[email protected]
Date
2017-03-24 10:46:36 -0700 (Fri, 24 Mar 2017)

Log Message

Remove comment from RTCStatsReport.idl to convert ssrc to DOMString.
Unreviewed.

Latest available Editor's Draft of WebRTC Statistics API is from 14 December 2016,
but since then, in https://github.com/w3c/webrtc-stats/pull/157, it was changed to become
unsigned long.

* Modules/mediastream/RTCStatsReport.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214355 => 214356)


--- trunk/Source/WebCore/ChangeLog	2017-03-24 17:20:09 UTC (rev 214355)
+++ trunk/Source/WebCore/ChangeLog	2017-03-24 17:46:36 UTC (rev 214356)
@@ -1,3 +1,14 @@
+2017-03-24  Jon Lee  <[email protected]>
+
+        Remove comment from RTCStatsReport.idl to convert ssrc to DOMString.
+        Unreviewed.
+
+        Latest available Editor's Draft of WebRTC Statistics API is from 14 December 2016,
+        but since then, in https://github.com/w3c/webrtc-stats/pull/157, it was changed to become
+        unsigned long.
+
+        * Modules/mediastream/RTCStatsReport.idl:
+
 2017-03-24  Youenn Fablet  <[email protected]>
 
         Add support for DataChannel and MediaStreamTrack stats

Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl (214355 => 214356)


--- trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl	2017-03-24 17:20:09 UTC (rev 214355)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl	2017-03-24 17:46:36 UTC (rev 214356)
@@ -55,7 +55,6 @@
 };
 
 dictionary RTCRTPStreamStats : RTCStats {
-    // FIXME 169662: change type to DOMString
     unsigned long ssrc;
     DOMString associateStatsId;
     boolean isRemote = false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to