Fixing bustage

git-svn-id: svn://10.0.0.236/trunk@176376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net 2005-07-21 01:09:54 +00:00
parent 06db101c8e
commit 7d6122fbec

View File

@ -651,7 +651,7 @@ NS_IMETHODIMP nsXULTextFieldAccessible::GetState(PRUint32 *aState)
return NS_ERROR_FAILURE;
}
nsCOMPtr<nsIDOMMode> inputField;
nsCOMPtr<nsIDOMNode> inputField;
textBox->GetInputField(getter_AddRefs(inputField));
if (!inputField) {
return NS_ERROR_FAILURE;