Bug 1531811 - Part 1: Remove onremovestream from RTCPeerConnection. r=smaug,jib

Differential Revision: https://phabricator.services.mozilla.com/D23210

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Byron Campen [:bwc] 2019-03-15 14:22:02 +00:00
Родитель 34b3285ec0
Коммит 3e19e8dd6a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -163,7 +163,6 @@ interface RTCPeerConnection : EventTarget {
attribute EventHandler onaddstream; // obsolete
attribute EventHandler onaddtrack; // obsolete
attribute EventHandler ontrack; // replaces onaddtrack and onaddstream.
attribute EventHandler onremovestream;
attribute EventHandler oniceconnectionstatechange;
attribute EventHandler onicegatheringstatechange;