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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user