Skip to content

Commit

Permalink
Unpref MediaStream and MediaStreamTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 2, 2020
1 parent 6143173 commit 0b998a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/script/dom/webidls/MediaStream.webidl
Expand Up @@ -4,8 +4,7 @@

// https://w3c.github.io/mediacapture-main/#dom-mediastream

[Exposed=Window,
Pref="dom.webrtc.enabled"]
[Exposed=Window]
interface MediaStream : EventTarget {
[Throws] constructor();
[Throws] constructor(MediaStream stream);
Expand Down
2 changes: 1 addition & 1 deletion components/script/dom/webidls/MediaStreamTrack.webidl
Expand Up @@ -4,7 +4,7 @@

// https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack

[Exposed=Window, Pref="dom.webrtc.enabled"]
[Exposed=Window]
interface MediaStreamTrack : EventTarget {
readonly attribute DOMString kind;
readonly attribute DOMString id;
Expand Down

0 comments on commit 0b998a1

Please sign in to comment.