Bug 1325332 - Remove EME API disabled on android constrain draft
authorJames Cheng <jacheng@mozilla.com>
Mon, 09 Jan 2017 16:10:25 +0800
changeset 457596 ff5653338b57a690ea51f363a8c1ceb0d993109b
parent 457595 4c2c0eef14f4964a907b98ba9a8b5e1a353268f5
child 541524 6da955e0cebc069287e93723e9747e89e934507d
push id40825
push userbmo:jacheng@mozilla.com
push dateMon, 09 Jan 2017 08:52:35 +0000
bugs1325332
milestone53.0a1
Bug 1325332 - Remove EME API disabled on android constrain MozReview-Commit-ID: 91BlevbCrmk
dom/tests/mochitest/general/test_interfaces.html
--- a/dom/tests/mochitest/general/test_interfaces.html
+++ b/dom/tests/mochitest/general/test_interfaces.html
@@ -640,29 +640,29 @@ var interfaceNamesInGlobalScope =
     "MediaDeviceInfo",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaDevices",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaElementAudioSourceNode",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaError",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeyError", android: false},
+    "MediaKeyError",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaEncryptedEvent", android: false},
+    "MediaEncryptedEvent",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeys", android: false},
+    "MediaKeys",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeySession", android: false},
+    "MediaKeySession",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeySystemAccess", android: false},
+    "MediaKeySystemAccess",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeyMessageEvent", android: false},
+    "MediaKeyMessageEvent",
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "MediaKeyStatusMap", android: false},
+    "MediaKeyStatusMap",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaList",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaQueryList",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaRecorder",
 // IMPORTANT: Do not change this list without review from a DOM peer!
     "MediaSource",