mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785947 - B2G RIL: I accidentally a typo in the message manager refactoring. r=qDot
This commit is contained in:
parent
b6699a748b
commit
b80c091040
@ -465,7 +465,7 @@ RadioInterfaceLayer.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
target.syncAsyncMessage(requestType, options);
|
||||
target.sendAsyncMessage(requestType, options);
|
||||
},
|
||||
|
||||
updateNetworkInfo: function updateNetworkInfo(message) {
|
||||
|
Loading…
Reference in New Issue
Block a user