зеркало из https://github.com/mozilla/gecko-dev.git
Bug 814907 - Fix test_interfaces.html failures. r=orange
This commit is contained in:
Родитель
96d61874a4
Коммит
18fc16fed4
|
@ -526,7 +526,9 @@ var interfaceNamesInGlobalScope =
|
||||||
"RTCSessionDescription",
|
"RTCSessionDescription",
|
||||||
"RTCIceCandidate",
|
"RTCIceCandidate",
|
||||||
"RTCPeerConnection",
|
"RTCPeerConnection",
|
||||||
"LocalMediaStream"
|
"LocalMediaStream",
|
||||||
|
"CSSConditionRule",
|
||||||
|
"CSSGroupingRule"
|
||||||
]
|
]
|
||||||
|
|
||||||
for (var i in SpecialPowers.Components.interfaces) {
|
for (var i in SpecialPowers.Components.interfaces) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче