mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1096930 - Crash while trying to enter the password for my Firefox account, r=marcoz
This commit is contained in:
parent
96d39317f9
commit
9d7e117ea5
@ -199,8 +199,12 @@ NS_IMETHODIMP
|
||||
xpcAccessible::GetState(uint32_t* aState, uint32_t* aExtraState)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aState);
|
||||
|
||||
if (!Intl())
|
||||
nsAccUtils::To32States(states::DEFUNCT, aState, aExtraState);
|
||||
else
|
||||
nsAccUtils::To32States(Intl()->State(), aState, aExtraState);
|
||||
|
||||
nsAccUtils::To32States(Intl()->State(), aState, aExtraState);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user