mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
fix the bustage caused by previous check-in for bug257638
This commit is contained in:
parent
76a90a1e17
commit
4786e4a984
@ -480,8 +480,8 @@ interface nsIAccessible : nsISupports
|
||||
enum { ROLE_CLIENT = 10U };
|
||||
enum { ROLE_MENUPOPUP = 11U };
|
||||
enum { ROLE_MENUITEM = 12U };
|
||||
enum { ROLE_RADIO_MENUITEM = 12U }; // Same as ROLE_MENUITEM
|
||||
enum { ROLE_CHECK_MENUITEM = 12U }; // Same as ROLE_MENUITEM
|
||||
enum { ROLE_RADIO_MENU_ITEM = 12U }; // Same as ROLE_MENUITEM
|
||||
enum { ROLE_CHECK_MENU_ITEM = 12U }; // Same as ROLE_MENUITEM
|
||||
enum { ROLE_TOOLTIP = 13U };
|
||||
enum { ROLE_APPLICATION = 14U };
|
||||
enum { ROLE_DOCUMENT = 15U };
|
||||
|
Loading…
x
Reference in New Issue
Block a user