Fixing bustage

This commit is contained in:
aaronleventhal@moonset.net 2007-06-30 13:21:11 -07:00
parent 4ee72ec0b6
commit 74e80b4ff2

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;