Bug 481357 - rename finalRole to role, Remove leftover 'containerRole', r=davidb

This commit is contained in:
Serge Gautherie 2009-04-20 09:02:12 +02:00
parent f80da1542b
commit 967ba2b2a5

View File

@ -827,7 +827,6 @@ nsAccUtils::GetMultiSelectFor(nsIDOMNode *aNode)
if (0 == (state & nsIAccessibleStates::STATE_SELECTABLE))
return nsnull;
PRUint32 containerRole;
while (0 == (state & nsIAccessibleStates::STATE_MULTISELECTABLE)) {
nsIAccessible *current = accessible;
current->GetParent(getter_AddRefs(accessible));