Fixing bustage

git-svn-id: svn://10.0.0.236/trunk@229078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net 2007-06-30 20:21:11 +00:00
parent b74d3bbdea
commit 5aa6c97c4b

View File

@ -628,7 +628,7 @@ nsHTMLGroupboxAccessible::GetAccessibleRelated(PRUint32 aRelationType,
if (!mDOMNode) {
return NS_ERROR_FAILURE;
}
NS_ENSURE_ARG_POINTER(aRelated, NS_ERROR_NULL_POINTER);
NS_ENSURE_ARG_POINTER(aRelated);
*aRelated = nsnull;