Bug 1173851: renamed DataChannel -> RTCDataChannel in mochitest. r=smaug

MozReview-Commit-ID: DKyGvvigsvf

--HG--
extra : rebase_source : a14f55ade94cc181fa73835ef68fc67137b91909
This commit is contained in:
Nils Ohlmeier [:drno] 2018-02-14 17:48:04 -08:00
Родитель cd07f11798
Коммит 8f4141cf62
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -270,8 +270,6 @@ var interfaceNamesInGlobalScope =
{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!
@ -804,6 +802,8 @@ var interfaceNamesInGlobalScope =
{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!