fix the bustage caused by previous check-in for bug257638

This commit is contained in:
louie.zhao%sun.com 2005-02-01 10:00:42 +00:00
parent 76a90a1e17
commit 4786e4a984

View File

@ -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 };