Skip to content

Commit 2eb162f

Browse files
committed
Bug 1554059 [wpt PR 16991] - Update interfaces/webrtc.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/webrtc.idl (#16991) Source: https://github.com/tidoust/reffy-reports/blob/0ff6a6d/whatwg/idl/webrtc.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/536627667 -- wp5At-commits: aed46771f380c18b28eb6544dcfe9b23165d9e67 wpt-pr: 16991 UltraBlame original commit: 8f58d6287e88d93ea4841f9ab2eb59b59c70c2e6
1 parent 580d3e3 commit 2eb162f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/interfaces/webrtc.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ dictionary RTCRtpContributingSource {
382382
required DOMHighResTimeStamp timestamp;
383383
required unsigned long source;
384384
double audioLevel;
385-
unsigned long rtpTimestamp;
385+
required unsigned long rtpTimestamp;
386386
};
387387

388388
dictionary RTCRtpSynchronizationSource : RTCRtpContributingSource {

0 commit comments

Comments
 (0)