Um.. spell PRUint16 right

This commit is contained in:
bzbarsky%mit.edu 2002-12-04 06:15:43 +00:00
parent 9bc3b262da
commit ba4f4326e5

View File

@ -1117,8 +1117,8 @@ nsContentUtils::ComparePositionWithAncestors(nsIDOMNode *aNode,
nsIDOMNode *aOther)
{
#ifdef DEBUG
PRUInt16 nodeType = 0;
PRUInt16 otherType = 0;
PRUint16 nodeType = 0;
PRUint16 otherType = 0;
aNode->GetNodeType(&nodeType);
aOther->GetNodeType(&otherType);