mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing bustage
This commit is contained in:
parent
4ee72ec0b6
commit
74e80b4ff2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user