Bug 1173851: renamed DataChannel -> RTCDataChannel in mochitest. r?smaug draft
authorNils Ohlmeier [:drno] <drno@ohlmeier.org>
Wed, 14 Feb 2018 17:48:04 -0800
changeset 755293 e5f8b2c0ee3b3943276d16219cedd14e54abf5c9
parent 755292 bc298f34c4823ba66cf2fb175863dbc0481cb755
push id99142
push userdrno@ohlmeier.org
push dateThu, 15 Feb 2018 04:06:17 +0000
reviewerssmaug
bugs1173851
milestone60.0a1
Bug 1173851: renamed DataChannel -> RTCDataChannel in mochitest. r?smaug MozReview-Commit-ID: DKyGvvigsvf
dom/tests/mochitest/general/test_interfaces.js
--- a/dom/tests/mochitest/general/test_interfaces.js
+++ b/dom/tests/mochitest/general/test_interfaces.js
@@ -266,18 +266,16 @@ var interfaceNamesInGlobalScope =
     {name: "CSSValue", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CSSValueList", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CustomElementRegistry", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CustomEvent", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "DataChannel", insecureContext: true},
-// IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "DataTransfer", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "DataTransferItem", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "DataTransferItemList", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "DelayNode", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
@@ -800,16 +798,18 @@ var interfaceNamesInGlobalScope =
     {name: "Request", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "Response", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RGBColor", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RTCCertificate", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
+    {name: "RTCDataChannel", insecureContext: true},
+// IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RTCDataChannelEvent", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RTCDTMFSender", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RTCDTMFToneChangeEvent", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RTCIceCandidate", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!