зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1136871 - PeerConnection typo in replaceTrackFailure. r=docfaraday
This commit is contained in:
Родитель
eacb4adcf8
Коммит
c3f614354b
|
@ -1285,7 +1285,7 @@ PeerConnectionObserver.prototype = {
|
|||
var pc = this._dompc;
|
||||
pc._onReplaceTrackWithTrack = null;
|
||||
pc._onReplaceTrackSender = null;
|
||||
pc._onReplaceTrackError(this.newError(message, code));
|
||||
pc._onReplaceTrackFailure(this.newError(message, code));
|
||||
},
|
||||
|
||||
foundIceCandidate: function(cand) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче