Backout changeset 88eb5b5bb5d2 (bug 583514) because of reftest orange

This commit is contained in:
Ehsan Akhgari
2011-04-02 07:55:52 -04:00
parent a4a5d5899a
commit 7c5b7d7bdd
88 changed files with 467 additions and 461 deletions

View File

@@ -548,7 +548,7 @@ NS_IMETHODIMP nsHTMLTextFieldAccessible::GetActionName(PRUint8 aIndex, nsAString
NS_IMETHODIMP nsHTMLTextFieldAccessible::DoAction(PRUint8 index)
{
if (index == 0) {
nsCOMPtr<nsIDOMHTMLElement> element(do_QueryInterface(mContent));
nsCOMPtr<nsIDOMNSHTMLElement> element(do_QueryInterface(mContent));
if ( element ) {
return element->Focus();
}