Bug 902480 - B2G RIL: follow up to bug 743150 - this._sendTelephonyMessage is not a function. r=allstars.chh

This commit is contained in:
Hsin-Yi Tsai 2013-08-07 23:28:24 +08:00
parent 545411e155
commit 052d93277e

View File

@ -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);
},
/**