Bug 1290948 - Part 9: Add RTCRtpTransceiver to test_interfaces.js draft
authorByron Campen [:bwc] <docfaraday@gmail.com>
Tue, 14 Nov 2017 13:16:46 -0600
changeset 697833 c7c981f4e4bfac2ff5612093b173a9c05ffbb4b3
parent 694474 5a6e7a6bc1138a1e156355966cc05a16e97ef800
child 740219 71a529c82444f702afd83bf1c142eb273ec6ef21
push id89109
push userbcampen@mozilla.com
push dateTue, 14 Nov 2017 19:17:09 +0000
bugs1290948
milestone58.0a1
Bug 1290948 - Part 9: Add RTCRtpTransceiver to test_interfaces.js MozReview-Commit-ID: 4LpD2iTvq1N
dom/tests/mochitest/general/test_interfaces.js
--- a/dom/tests/mochitest/general/test_interfaces.js
+++ b/dom/tests/mochitest/general/test_interfaces.js
@@ -812,16 +812,18 @@ var interfaceNamesInGlobalScope =
     "RTCPeerConnection",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCPeerConnectionIceEvent",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCRtpReceiver",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCRtpSender",
 // IMPORTANT: Do not change this list without review from a DOM peer!
+    "RTCRtpTransceiver",
+// IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCSessionDescription",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCStatsReport",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "RTCTrackEvent",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "Screen",
 // IMPORTANT: Do not change this list without review from a DOM peer!