Commit b6779177 authored by aaronleventhal@moonset.net's avatar aaronleventhal@moonset.net
Browse files

Fixing bustage

parent b852883a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;