Bug 1104590 - Fix missing argument. r=hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2014-12-14 19:46:48 +08:00
Родитель 7bdcd75c42
Коммит 8051af2598
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1241,7 +1241,7 @@ TelephonyService.prototype = {
}
// Handle cached dial request.
if (this._cachedDialRequest && !this._getOneActiveCall()) {
if (this._cachedDialRequest && !this._getOneActiveCall(aClientId)) {
if (DEBUG) debug("All calls held. Perform the cached dial request.");
let request = this._cachedDialRequest;