mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 790547 - Part 2: Add SendEventDownload in IccManager. r=smaug
This commit is contained in:
parent
1e516f6229
commit
b8d8b85d6c
@ -137,6 +137,17 @@ IccManager::SendStkMenuSelection(uint16_t aItemIdentifier, bool aHelpRequested)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
IccManager::SendStkEventDownload(const JS::Value& aEvent)
|
||||
{
|
||||
if (!mProvider) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
mProvider->SendStkEventDownload(GetOwner(), aEvent);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
IccManager::InternalDispatchEvent(const nsAString& aType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user