From ba4f4326e560ed7281fffdba8f82314896dcf2c8 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 4 Dec 2002 06:15:43 +0000 Subject: [PATCH] Um.. spell PRUint16 right --- content/base/src/nsContentUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/base/src/nsContentUtils.cpp b/content/base/src/nsContentUtils.cpp index c6881abe5198..f9e0ba2581ef 100644 --- a/content/base/src/nsContentUtils.cpp +++ b/content/base/src/nsContentUtils.cpp @@ -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);