Followup fix for bug 328989. Fixing BeOS build bustage. Patch by cbiesinger@gmx.at, r+sr=jst@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@191754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2006-03-04 02:28:48 +00:00
parent c53df84f97
commit c6a4728819

View File

@@ -1229,7 +1229,7 @@ NPObjWrapper_newEnumerate(JSContext *cx, JSObject *obj, JSIterateOp enum_op,
{
NPObject *npobj = GetNPObject(cx, obj);
NPIdentifier *enum_value;
PRUint32 length;
uint32_t length;
NPObjectEnumerateState *state;
if (!npobj || !npobj->_class) {