mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 902480 - B2G RIL: follow up to bug 743150 - this._sendTelephonyMessage is not a function. r=allstars.chh
This commit is contained in:
parent
545411e155
commit
052d93277e
@ -1829,7 +1829,8 @@ RadioInterface.prototype = {
|
||||
*/
|
||||
handleSuppSvcNotification: function handleSuppSvcNotification(message) {
|
||||
message.notification = convertRILSuppSvcNotification(message.notification);
|
||||
this._sendTelephonyMessage("RIL:SuppSvcNotification", message);
|
||||
gMessageManager.sendTelephonyMessage("RIL:SuppSvcNotification",
|
||||
this.clientId, message);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user