Bug 1136871 - PeerConnection typo in replaceTrackFailure. r=docfaraday

This commit is contained in:
Jan-Ivar Bruaroey 2015-02-25 19:11:15 -05:00
Родитель eacb4adcf8
Коммит c3f614354b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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) {