зеркало из https://github.com/mozilla/pjs.git
Fixing bustage again
This commit is contained in:
Родитель
e4879911a7
Коммит
ab881f8bdc
|
@ -796,8 +796,8 @@ GetAttributeSet(nsIAccessible* aAccessible)
|
|||
|
||||
if (attributes) {
|
||||
// Deal with attributes that we only need to expose in ATK
|
||||
PRUint32 state;
|
||||
aAccessible->GetFinalState(&state);
|
||||
PRUint32 state, extraState;
|
||||
aAccessible->GetFinalState(&state, &extraState);
|
||||
if (state & nsIAccessibleStates::STATE_HASPOPUP) {
|
||||
// There is no ATK state for haspopup, must use object attribute to expose the same info
|
||||
nsAutoString oldValueUnused;
|
||||
|
|
Загрузка…
Ссылка в новой задаче