mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage
This commit is contained in:
parent
4fd46c1261
commit
688cba43b2
@ -80,7 +80,10 @@ SmsService::GetNumberOfMessagesForText(const nsAString& aText, PRUint16* aResult
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
SmsService::Send(const nsAString& aNumber, const nsAString& aMessage)
|
||||
SmsService::Send(const nsAString& aNumber,
|
||||
const nsAString& aMessage,
|
||||
PRInt32 aRequestId,
|
||||
PRUint64 aProcessId)
|
||||
{
|
||||
if (!mRIL) {
|
||||
return NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user