Skip to content

Commit

Permalink
bug 768243 - bustage r=me a=me
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Saunders committed Dec 5, 2012
1 parent 943c2ac commit f1785c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessible/src/generic/DocAccessible.cpp
Expand Up @@ -1890,7 +1890,7 @@ DocAccessible::UpdateTree(Accessible* aContainer, nsIContent* aChildNode,
NS_ASSERTION(option->Parent() == aContainer,
"Not expected hierarchy on HTML select!");
if (option->Parent() == aContainer)
updateFlags |= UpdateTreeInternal(option, aIsInsert, reorderEvent);
updateFlags |= UpdateTreeInternal(option, aIsInsert);
}
}
}
Expand Down

0 comments on commit f1785c5

Please sign in to comment.