Bug 1290948 - Part 9: Add RTCRtpTransceiver to test_interfaces.js r+smaug draft
authorByron Campen [:bwc] <docfaraday@gmail.com>
Tue, 14 Nov 2017 17:29:54 -0600
changeset 704689 4930a45e24791bc921e69be338b4e61f8ae47eec
parent 704688 9f100b623b64ae55b4f33ddfe0601f39678a04b3
child 704690 462cf45722541608614a81bd40723b87f230724f
push id91202
push userbcampen@mozilla.com
push dateTue, 28 Nov 2017 19:52:00 +0000
bugs1290948
milestone59.0a1
Bug 1290948 - Part 9: Add RTCRtpTransceiver to test_interfaces.js r+smaug MozReview-Commit-ID: BQeODjdgpyf
dom/tests/mochitest/general/test_interfaces.js
--- a/dom/tests/mochitest/general/test_interfaces.js
+++ b/dom/tests/mochitest/general/test_interfaces.js
@@ -810,16 +810,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!