mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 914631 - B2G RIL: convertRILCallState is not defined. r=vicamo
This commit is contained in:
parent
aaf0fc0ab2
commit
a2783b4054
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user