From c6e04c1c7e841f4c814edc4222f114b3acb6d806 Mon Sep 17 00:00:00 2001 From: Alexander Surkov Date: Thu, 15 Oct 2009 12:40:39 +0800 Subject: [PATCH] mac fix for bug 485270 --- accessible/src/mac/nsRoleMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessible/src/mac/nsRoleMap.h b/accessible/src/mac/nsRoleMap.h index f21a5d63ec8..77fdb96bbf5 100644 --- a/accessible/src/mac/nsRoleMap.h +++ b/accessible/src/mac/nsRoleMap.h @@ -164,6 +164,6 @@ static const NSString* AXRoles [] = { NSAccessibilityListRole, // ROLE_LISTBOX NSAccessibilityUnknownRole, // ROLE_FLAT_EQUATION NSAccessibilityGroupRole, // ROLE_GRID_CELL - NSAccessibilityGroupRole // ROLE_EMBEDDED_OBJECT + NSAccessibilityGroupRole, // ROLE_EMBEDDED_OBJECT @"ROLE_LAST_ENTRY" // ROLE_LAST_ENTRY. bogus role that will never be shown (just marks the end of this array)! };