Bug 914631 - B2G RIL: convertRILCallState is not defined. r=vicamo

This commit is contained in:
Hsin-Yi Tsai 2013-09-10 21:47:31 +08:00
parent aaf0fc0ab2
commit a2783b4054

View File

@ -492,7 +492,7 @@ TelephonyProvider.prototype = {
notifyConferenceCallStateChanged: function notifyConferenceCallStateChanged(aState) {
if (DEBUG) debug("handleConferenceCallStateChanged: " + aState);
aState = aState != null ? convertRILCallState(aState) :
aState = aState != null ? this._convertRILCallState(aState) :
nsITelephonyProvider.CALL_STATE_UNKNOWN;
this._updateCallAudioState(null, aState);