зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1104590 - Fix missing argument. r=hsinyi
This commit is contained in:
Родитель
7bdcd75c42
Коммит
8051af2598
|
@ -1241,7 +1241,7 @@ TelephonyService.prototype = {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle cached dial request.
|
// 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.");
|
if (DEBUG) debug("All calls held. Perform the cached dial request.");
|
||||||
|
|
||||||
let request = this._cachedDialRequest;
|
let request = this._cachedDialRequest;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче