mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 804667 - Part 2: Modify IccManager for TIMER_MANAGEMENT. r=smaug
This commit is contained in:
parent
65f48dc910
commit
0b0e9541d2
@ -138,6 +138,17 @@ IccManager::SendStkMenuSelection(uint16_t aItemIdentifier, bool aHelpRequested)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
IccManager::SendStkTimerExpiration(const JS::Value& aTimer)
|
||||
{
|
||||
if (!mProvider) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
mProvider->SendStkTimerExpiration(GetOwner(), aTimer);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
IccManager::SendStkEventDownload(const JS::Value& aEvent)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user